[clblas] 03/75: Trtri kernel build options were hard coded to 2.0

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 24 23:30:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository clblas.

commit c41cc5dbd7a70dae98f4e055b9fa2ff5d4bde6d3
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Thu Dec 17 18:58:55 2015 -0500

    Trtri kernel build options were hard coded to 2.0
---
 src/library/blas/trtri/TrtriKernelSourceIncludes.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/library/blas/trtri/TrtriKernelSourceIncludes.h b/src/library/blas/trtri/TrtriKernelSourceIncludes.h
index c7cc6bb..b15ab78 100644
--- a/src/library/blas/trtri/TrtriKernelSourceIncludes.h
+++ b/src/library/blas/trtri/TrtriKernelSourceIncludes.h
@@ -6,11 +6,11 @@
 
 //**** compiler flags
 //**** online compilation flags
-const char * const TrtriBuildOptions = "-cl-std=CL2.0";
-const char * const TrtribinBuildOptions = "-cl-std=CL2.0";
+const char * const TrtriBuildOptions = "-cl-std=CL" OPENCL_VERSION;
+const char * const TrtribinBuildOptions = "-cl-std=CL" OPENCL_VERSION;
 
 /*mod 192 dtrsm*/
-extern const char * const diag_dtrtri_upper_192_12_src; 
+extern const char * const diag_dtrtri_upper_192_12_src;
 extern unsigned char *diag_dtrtri_upper_192_12_bin;
 extern size_t diag_dtrtri_upper_192_12_binSize;
 

-- 
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