I was just wondering if there is currently, if it’s planned, or if there is any general appetite for Cuda to support the Intel compiler?
Matt
I was just wondering if there is currently, if it’s planned, or if there is any general appetite for Cuda to support the Intel compiler?
Matt
It is not supported currently. I don’t remember reading about plans to support it.
You can compile your cuda codes with nvcc, put them in a static library, then use the Intel compiler to link everything.
(If you are using the Intel Fortran compiler, make sure that the C function names have underscores appended to the
names called in Fortran.)