could I ?compile the cuda program by intel complier

I used to compile the cuda program by GCC.
I wonder if I could compile the cuda program by intel complier ?
and how should I set the makefile bundled with CUDA SDK ?
help!

If you are using the driver API. it probably will work (that is, however, a guess - I haven’t tried it). If you are using the runtime API, it probably won’t work.