Openvx with CUDA based user node

Hi

I am trying to compile openvx code which contain a CUDA kernel based user node. Do I use the windows compiler (cl.exe) or nvcc?

I have already tried both without success.

cl.exe doesn t recognise the CUDA kernel declared with global (which I guess is normal). But when I use nvcc, I have the following error on the node registration:

error: argument of type “vx_status (*)(vx_node, const vx_reference *, vx_uint32)” is incompatible with parameter of type “vx_kernel_f”.

Anyone has an idea?

Thanks