Normal CUDA on Jetson Nano

Apologies if this is an obvious question, but can I run my own CUDA algorithms on Jetson? i.e. those that have absolutely no relation to AI? I want to do some object detection but do not want to do any AI at present.

Hi, yes absolutely - JetPack includes the CUDA toolkit, so you can compile and run your own CUDA kernels and CUDA applications.

You can find the CUDA samples under /usr/local/cuda/samples

Thanks. Just wanted to check I wasn’t going mad!