Perhaps this gives an idea about icc:
[url]Intel compiler support for front-end CUDA compilation - CUDA Programming and Performance - NVIDIA Developer Forums
Regardless, the CUDA toolkit needs to be on the test system you are running… and you need to call nvcc, which is NVIDIA’s compiler… example:
[url]http://code.google.com/p/stanford-cs193g-sp2010/wiki/TutorialHelloWorld[/url]