kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
440 stars 79 forks source link

Step Error in NPP #66

Closed AeroClassics closed 5 years ago

AeroClassics commented 5 years ago

Using the latest Managed Cuda I loaded Cuda 10 and cuDNN 7 onto my Windows 10 laptop. I have started to get a stepError in NPP.DLL when I try to convert a NPPImage_8uC3 object to a NPPImage_32fC3 object. These two lines are in the Output window: 11/26/2018 23:07:12, nppiConvert_8u32f_C3R: StepError Exception thrown: 'ManagedCuda.NPP.NPPException' in NPP.dll

I get the same error with Cuda 9.2.

I checked my path and the Cuda 9.2 bin and libvvp are the first to folders in the path.

Thanks, Doug

AeroClassics commented 5 years ago

Seems it was a compile issue.