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

NVML: unnecessary reference to ManagedCuda.csproj #30

Closed mgravell closed 7 years ago

mgravell commented 7 years ago

I noticed (when trying to build NVML) that it includes a reference to ManagedCuda. However, this is only used to satisfy some unused using directives. If you remove the additional directives and the reference, it builds fine. Would be happy to submit as a PR, but wanted to see if it was intentional first.

kunzmi commented 7 years ago

I first planned to build a managedCuda like API around the original one, but time is missing for that and other things have way more priority right now. I'm not sure if the reference is needed for some basics type definitions like SizeT if one would create the API one day...

kunzmi commented 7 years ago

Reference is removed...