Skip to content

Commit 64254bf

Browse files
committed
Minor cosmetics in Readme
1 parent b14a37b commit 64254bf

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# OpenCL-Benchmark
22

33
A small [OpenCL](https://github.com/ProjectPhysX/OpenCL-Wrapper "OpenCL-Wrapper") benchmark program to measure peak GPU/CPU performance.
4-
54
Works with any GPU in Windows, Linux, macOS and Android.
65

76

87

8+
## Features
9+
- compute performance (FP64, FP32, FP16, INT64, INT32, INT16, INT8)
10+
- memory bandwidth (coalesced/misaligned read/write)
11+
- PCIe bandwidth (send/receive/bidirectional)
12+
13+
14+
915
## How to use?
1016

1117
### Windows
@@ -14,7 +20,7 @@ Works with any GPU in Windows, Linux, macOS and Android.
1420
- select "Release" and "x64" and hit compile+run
1521
- Run
1622
```
17-
bin/OpenCL-Benchmark.exe
23+
OpenCL-Benchmark.exe
1824
```
1925

2026
### Linux
@@ -36,7 +42,7 @@ Works with any GPU in Windows, Linux, macOS and Android.
3642
git clone https://github.com/ProjectPhysX/OpenCL-Benchmark.git
3743
cd OpenCL-Benchmark
3844
vim make.sh
39-
# press <kbd>i</kbd>, comment the line "compile on Linux" line with an "#", uncomment "compile on macOS" line by removing the "#" in front of the line, press <kbd>Esc</kbd> <kbd>:</kbd> <kbd>w</kbd> <kbd>q</kbd> <kbd>Enter</kbd>
45+
# press i, comment the line "compile on Linux" line with an "#", uncomment "compile on macOS" line by removing the "#" in front of the line, press Esc : w q Enter
4046
chmod +x make.sh
4147
./make.sh
4248
```
@@ -46,7 +52,7 @@ Works with any GPU in Windows, Linux, macOS and Android.
4652
```
4753

4854
### Run only for a specified list of devices
49-
- call `OpenCL-Benchmark.exe 0 2 5`/`bin/OpenCL-Benchmark 0 2 5` with the number(s) being the device IDs to be benchmarked
55+
- call `OpenCL-Benchmark.exe 0 2 5` (Windows) or `bin/OpenCL-Benchmark 0 2 5` (Linux/macOS) with the number(s) being the device IDs to be benchmarked
5056

5157

5258

0 commit comments

Comments
 (0)