oneMKL
oneMKL copied to clipboard
[cublas][curand][cusolver] Fix OpenCL include dir hint
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.
Won't FindcuSOLVER.cmake and FindcuRAND.cmake run into the same issue?
Maybe, we just ran into this for cuBLAS, I'll see if the other ones need it too