A rookie of CUDA programming

I’ve just started learning CUDA programming. Please give me some advice on how to program.

Start here: An Even Easier Introduction to CUDA.[url]https://devblogs.nvidia.com/parallelforall/even-easier-introduction-cuda/[/url]

Thanks for your guidance and help.

Parallel-for-all blogs are fantastic learning resources.

I also recommend you get into Thrust as well or some sort of other higher-level abstraction. Because CUDA’s fundamentally C++, you still get massive benefits from things like RAII and higher-order functions.