C# on Jetson Xavier NX

Hi all.
Is it possible to use C# with CUDA on Xavier?
It is much easier to use C# and development speed increases

Hi,
We have CUDA samples and you can install them by executing:

$ /usr/local/cuda-10.2/bin/cuda-install-samples-10.2.sh .

However, we may not have samples in C#.

Thank you
Are you plan to use C # with CUDA on Jetson in the future?

Hi,

We don’t have a official release for CUDA from C#.

But there are some third-party implementation that worth a try.
You can try to build this compiler on Jetson first:

Thanks.