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

when the NPPJpegCompression project from Sample file is runing will occur the problem,why? #109

Open maojunyu opened 2 years ago

maojunyu commented 2 years ago

the problem is that can not load DLL"nppi64_80". when i try to debug,the JPEGCompression will trigger exception

kunzmi commented 2 years ago

Hi,

I didn't update the samples for a while, they still point to an old Cuda version, Cuda version 8 to be specific. You could either install this old version of Cuda, or you update the samples to a current version of Cuda. But at some time point, Nvidia dropped the JPEG compression from the NPP library as they moved it to a dedicated nvJPEG library. ManagedCuda provides a wrapper, though. Bad news is, there are no examples for the new nvJPEG-library available so far...

Cheers, Michael

maojunyu commented 2 years ago

ok,thank you for you prompt reply