Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I kind of feel there are two different levels of sw development for CUDA.

1. CUDA level programming for graphic processing etc, or writing a c/c++ library for Pytorch/tensorflow framework.

2. Pytorch/Tensorflow level coding(e.g. training a model), you just pick their CUDA-specific APIs, and the two frameworks handle the rest under the hood, no CUDA specific coding details(point 1 above) is required from the users as far as I can tell.

if you're interested in 1, Nvidia has c++ guide to download, if you're interested in 2, then the focus is on the AI framework instead of CUDA.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: