We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969b5c6 commit c41cc5dCopy full SHA for c41cc5d
src/library/blas/trtri/TrtriKernelSourceIncludes.h
@@ -6,11 +6,11 @@
6
7
//**** compiler flags
8
//**** online compilation flags
9
-const char * const TrtriBuildOptions = "-cl-std=CL2.0";
10
-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;
11
12
/*mod 192 dtrsm*/
13
-extern const char * const diag_dtrtri_upper_192_12_src;
+extern const char * const diag_dtrtri_upper_192_12_src;
14
extern unsigned char *diag_dtrtri_upper_192_12_bin;
15
extern size_t diag_dtrtri_upper_192_12_binSize;
16
0 commit comments