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 8e9bc4d commit a08507dCopy full SHA for a08507d
src/library/blas/trtri/TrtriClKernels.h
@@ -1,7 +1,11 @@
1
2
#ifndef TRTRI_CL_KERNELS_H
3
#define TRTRI_CL_KERNELS_H
4
+#if defined( __APPLE__ ) || defined ( __MACOS )
5
+#include <OpenCL/cl.h>
6
+#else
7
#include "CL/cl.h"
8
+#endif
9
10
/*mod 192 dtrsm*/
11
static cl_kernel diag_dtrtri_upper_192_12_clKernel = NULL;
0 commit comments