We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2137cae commit 5b922a7Copy full SHA for 5b922a7
src/scripts/perf/blasPerformanceTesting.py
@@ -94,9 +94,9 @@ def executable(library):
94
quit()
95
if library == 'clblas':
96
if sys.platform == 'win32':
97
- exe = 'client.exe'
+ exe = 'clBLAS-client.exe'
98
elif sys.platform == 'linux2':
99
- exe = './client'
+ exe = './clBLAS-client'
100
if library == 'acmlblas':
101
102
exe = 'ACMLBlas_client.exe'
0 commit comments