[clfft] 28/128: using host side gflops measurment
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Oct 22 14:54:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clfft.
commit e8f995216c6f4b0337419b3ef6006240e27c024a
Author: Amir Gholminejad <agholami at palang.amd.com>
Date: Thu Aug 20 11:53:20 2015 -0500
using host side gflops measurment
---
src/scripts/perf/measurePerformance.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/scripts/perf/measurePerformance.py b/src/scripts/perf/measurePerformance.py
index e6cf596..7c77641 100644
--- a/src/scripts/perf/measurePerformance.py
+++ b/src/scripts/perf/measurePerformance.py
@@ -743,7 +743,7 @@ for params in test_combinations:
if args.library == 'cuFFT':
output = itertools.ifilter( lambda x: x.count('gflops'), output)
else:
- output = itertools.ifilter( lambda x: x.count('Gflops'), output)
+ output = itertools.ifilter( lambda x: x.count('gflops'), output)
output = list(itertools.islice(output, None))
thisResult = re.search('\d+\.*\d*e*-*\d*$', output[-1])
@@ -751,8 +751,6 @@ for params in test_combinations:
thisResult = re.search('[-+]?\d*\.\d+|\d+$', output[-1])
thisResult = float(thisResult.group(0))
- if args.library=='clFFT' and params.inlayout=='5':
- thisResult=thisResult/2;
thisResult = (params.x, params.y, params.z, batchSize, params.device, params.inlayout, params.outlayout, params.placeness, params.precision, params.label, thisResult)
outputRow = ''
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list