3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CUDAのオススメの勉強方法

Posted at

概要

CUDAを勉強する時のオススメのTutorialをまとめる

CUDA初心者

C言語とCUDA言語の違いを勉強できる。
Tutorialに沿って自分でC言語のサンプルコードをCUDAに変化させると、基本が身につく。
https://github.com/puttsk/cuda-tutorial

CUDA中級者

https://github.com/CoffeeBeforeArch/cuda_programming/tree/master
https://github.com/PacktPublishing/Learn-CUDA-Programming/tree/master
https://github.com/CUDA-Tutorial/CodeSamples

CUDA上級者

https://github.com/NVIDIA/cuda-samples/tree/master https://github.com/priteshgohil/CUDA-programming-tutorial https://github.com/rshipley160/learn-cuda/tree/main
3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?