You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cuda-cpp/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Fundamentals of Accelerated Computing with Modern CUDA C++
2
2
3
-
This tutorial teaches you the fundamentals of GPU programming and modern CUDA C++. You'll find the
4
-
following content:
3
+
This tutorial teaches you the fundamentals of GPU programming and modern CUDA C++. You can watch
4
+
lectures corresponding to this course on [YouTube](https://www.youtube.com/playlist?list=PL5B692fm6--vWLhYPqLcEu6RF3hXjEyJr).
5
+
You'll find the following content:
5
6
6
7
-[Notebooks](./notebooks) containing lessons and exercises, intended for self-paced or instructor-led learning, which can be run on [NVIDIA Brev](https://brev.nvidia.com) or [Google Colab](https://colab.research.google.com).
7
8
-[Slides](./slides) containing the lecture content for the lessons.
0 commit comments