[clblas] 55/61: python scripts should call clBLAS-client instead of client
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Jul 24 22:49:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit 5b922a75bd076f82eade47f2918d30bac5899c77
Author: Timmy <timmy.liu at amd.com>
Date: Tue Jun 30 01:09:51 2015 -0500
python scripts should call clBLAS-client instead of client
---
src/scripts/perf/blasPerformanceTesting.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/scripts/perf/blasPerformanceTesting.py b/src/scripts/perf/blasPerformanceTesting.py
index bf2298b..044c97a 100644
--- a/src/scripts/perf/blasPerformanceTesting.py
+++ b/src/scripts/perf/blasPerformanceTesting.py
@@ -94,9 +94,9 @@ def executable(library):
quit()
if library == 'clblas':
if sys.platform == 'win32':
- exe = 'client.exe'
+ exe = 'clBLAS-client.exe'
elif sys.platform == 'linux2':
- exe = './client'
+ exe = './clBLAS-client'
if library == 'acmlblas':
if sys.platform == 'win32':
exe = 'ACMLBlas_client.exe'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git
More information about the debian-science-commits
mailing list