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

NuGet Packages out of date #61

Open AshotN opened 6 years ago

AshotN commented 6 years ago

Either I'm missing something, or all the packages on NuGet are out of date. Is there any plans on updating them?

kunzmi commented 6 years ago

Hi, unfortunately you haven't missed anything… I just started a new job, moved to another country and am still in the process to get settled here :) Once I have a free weekend or some other spare time, I'll update the packages!

AshotN commented 6 years ago

Alright cool, I got it all working with NuGet anyway. Thank you for your work!

BradJeong commented 5 years ago

ManagedCudaSamples has assembly load problem. notitle

kunzmi commented 5 years ago

Cuda 10 is now available as Nuget! (--> Assembly load problem: likely x64/x86 version mismatch of a library...)

STeeL835 commented 5 years ago

Cuda 10 is now available as Nuget!

I have tried to run a sample vectorAdd_nvrtc (I have CUDA 10.0 and ran sample with nuget packages) but it was throwing an exception Coudn't find a library nvrtc64_100. I went to CUDA Toolkit folder and for some reason there was not nvrtc64_100.dll, but nvrtc64_100_0.dll. Making a copy of the dll without _0 in its name worked. If it's not just me, maybe this should be fixed in code

kunzmi commented 5 years ago

Yes indeed, the nvrtc lib isn't named like the others. As there were no changes in the API I didn't run any tests, hence missed it. I'll fix it in code...