Questions tagged [cuda.net]

CUDA.net is a cross-platform API allowing .NET applications to use CUDA (NVIDIA's parallel computing architecture) functionality.

The library and its documentation can be found at http://www.hoopoe-cloud.com/Solutions/CUDA.NET/Default.aspx

16 questions
0
votes
1 answer

GASS.CUDA.CUResult.ErrorInvalidImage error in CUDA.NET

I try to develop a form application using CUDA.NET in Visual Stuio C#. However I need to create cubin file, here is my problem: I tried to create cubin file using Visual Studio. I changed the setting in Project Properties->Configuration…
1
2