oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

[cublas][curand][cusolver] Fix OpenCL include dir hint

Open npmiller opened this issue 1 year ago • 2 comments

In recent versions of DPC++ the CL headers go in include instead of include/sycl. So this patch fixes finding the OpenCL headers. Keep the hints for the previous path to still support older version.

npmiller avatar Oct 18 '24 14:10 npmiller

Won't FindcuSOLVER.cmake and FindcuRAND.cmake run into the same issue?

Rbiessy avatar Oct 18 '24 14:10 Rbiessy

Maybe, we just ran into this for cuBLAS, I'll see if the other ones need it too

npmiller avatar Oct 18 '24 15:10 npmiller