[clblas] 91/125: increase the tuning converage for one dimension of the workgroup size bigger than 32
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:25 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 c390b5caa6b5c58554fcfcc74c2aade2de2728a5
Author: Timmy <timmy.liu at amd.com>
Date: Mon Aug 18 11:07:10 2014 -0500
increase the tuning converage for one dimension of the workgroup size bigger than 32
---
src/library/tools/tune/subdim.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/library/tools/tune/subdim.c b/src/library/tools/tune/subdim.c
index 12b3f84..6510593 100644
--- a/src/library/tools/tune/subdim.c
+++ b/src/library/tools/tune/subdim.c
@@ -213,8 +213,8 @@ initVector(SubDimInfo* sd)
setVariable(sd, V_L1_BW, 6, &dim[0]);
}
else {
- setVariable(sd, V_L0_X, 4, &dim[4]);
- setVariable(sd, V_L0_Y, 4, &dim[4]);
+ setVariable(sd, V_L0_X, 4, &dim[5]);
+ setVariable(sd, V_L0_Y, 4, &dim[5]);
setVariable(sd, V_L0_BW, 6, &dim[0]);
setVariable(sd, V_L1_X, 6, &dim[0]);
setVariable(sd, V_L1_Y, 6, &dim[0]);
--
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