Skip to content

Commit 5b922a7

Browse files
author
Timmy
committed
python scripts should call clBLAS-client instead of client
1 parent 2137cae commit 5b922a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/perf/blasPerformanceTesting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ def executable(library):
9494
quit()
9595
if library == 'clblas':
9696
if sys.platform == 'win32':
97-
exe = 'client.exe'
97+
exe = 'clBLAS-client.exe'
9898
elif sys.platform == 'linux2':
99-
exe = './client'
99+
exe = './clBLAS-client'
100100
if library == 'acmlblas':
101101
if sys.platform == 'win32':
102102
exe = 'ACMLBlas_client.exe'

0 commit comments

Comments
 (0)