Skip to content

Commit c41cc5d

Browse files
committed
Trtri kernel build options were hard coded to 2.0
1 parent 969b5c6 commit c41cc5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/library/blas/trtri/TrtriKernelSourceIncludes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
//**** compiler flags
88
//**** online compilation flags
9-
const char * const TrtriBuildOptions = "-cl-std=CL2.0";
10-
const char * const TrtribinBuildOptions = "-cl-std=CL2.0";
9+
const char * const TrtriBuildOptions = "-cl-std=CL" OPENCL_VERSION;
10+
const char * const TrtribinBuildOptions = "-cl-std=CL" OPENCL_VERSION;
1111

1212
/*mod 192 dtrsm*/
13-
extern const char * const diag_dtrtri_upper_192_12_src;
13+
extern const char * const diag_dtrtri_upper_192_12_src;
1414
extern unsigned char *diag_dtrtri_upper_192_12_bin;
1515
extern size_t diag_dtrtri_upper_192_12_binSize;
1616

0 commit comments

Comments
 (0)