You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
40
46
chmod +x make.sh
41
47
./make.sh
42
48
```
@@ -46,7 +52,7 @@ Works with any GPU in Windows, Linux, macOS and Android.
46
52
```
47
53
48
54
### 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
0 commit comments