How to use nvcc with Intel Compiler?

Hi everybody,

I’m trying to use Intel Compiler with nvcc.
I added the following lines to the makefile:
CC = icc
CXX = icpc
But it seems that nvcc just ignore these options.
I tried to search through the web but couldn’t find any usefull information.
Will appreciate any help.