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.
2 parents 2137cae + 5b922a7 commit f3471bfCopy full SHA for f3471bf
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