Skip to content

Commit

Permalink
Updates and corrections to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekondis authored Aug 17, 2017
1 parent 5a988c1 commit 7936026
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ The purpose of this benchmark tool is to evaluate performance bounds of GPUs on
Kernel types
--------------

Three types of experiments are executed combined with global memory accesses:
Four types of experiments are executed combined with global memory accesses:

1. Single precision Flops (multiply-additions)
2. Double precision Flops (multiply-additions)
3. Integer multiply-addition operations
3. Half precision Flops (multiply-additions)
4. Integer multiply-addition operations

Building program
--------------

In order to build the program you should make sure that the following variables in "Makefile" is set to the CUDA/OpenCL installation directory:
In order to build the program you should make sure that the following variables in "Makefile" are set properly according to the CUDA/OpenCL installation directories:

```
CUDA_INSTALL_PATH = /usr/local/cuda
Expand Down

0 comments on commit 7936026

Please sign in to comment.