Intel Compiler Intel Compiler for CUDA

Can anyone give me an idea of why NVIDIA doesn’t currently support the Intel Compiler for CUDA? It seems apparent that there should be some compiler settings that would enable the Intel code to work correctly, presuming that GCC does.

If anyone knows how to get this compiler to support CUDA, your help would be greatly appreciated.

One way that I’ve tried to work around this is to create a dynamic library (that performs all of the CUDA operations, compiled with gcc) and then link against the rest of my code (which is compiled with ICC). However, I’m getting linking errors when I try to use functions from the CUDA dynlib, and I haven’t had much luck resolving those.

This is my first XCode project, so perhaps a few settings are off, though.

Any help is appreciated.