New User of Cuda

Hello,

I am new user of CUDA and I am C# developer with no background in C/C++.
More simply it is my first day with cuda and how to start?

Would it be possible to get learning material how to run CUDA with C#?

Or do I need start learning C/C++? The software I am using is based on .NET.

I am looking forward to hear from you as soon as possible.

Kind Regards,
Petras Vestartas

Recommend you invest time to learn C (wait until you have C down pat before going onto C++). No getting away from pointers and memory management with gpgpu I’m afraid.

You are going to kneecap your models trying to let .net manage your memory for you.