Closed petrkalos closed 7 years ago
for LLVM_VERSION >= 40 use -cl-ext to control the supported OpenCL extensions explicitly and be able to do something like the following in the kernel code...
#ifdef cl_khr_fp16 ... #endif
Looks good - thanks!
for LLVM_VERSION >= 40 use -cl-ext to control the supported OpenCL extensions explicitly and be able to do something like the following in the kernel code...