compile dll using nvcc

Hi, how could I use the nvcc to compile the .cu code into the dll, so that I can call it from my c# code.

Thanks

You should take a look at the following project : http://sourceforge.net/projects/openvidia/.

In the .zip of the project, you’ll find the “CudaVisDLL”, which is a dll including cuda & c files and the “VisionWorkbench” which is a C# project that uses the CudaVisDLL.

It was very helpful for me !

You should take a look at the following project : http://sourceforge.net/projects/openvidia/.

In the .zip of the project, you’ll find the “CudaVisDLL”, which is a dll including cuda & c files and the “VisionWorkbench” which is a C# project that uses the CudaVisDLL.

It was very helpful for me !

Or simply use the driver api.

Or simply use the driver api.