Skip to content

Commit 7167ef9

Browse files
committed
Accelerated Python: Fix bad syllabi link.
1 parent 0097b6c commit 7167ef9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## CUDA Python Tutorial - cuda.core & CCCL - 2 Hours
2+
3+
### Notebooks
4+
5+
| # | Topic | Solution | Technologies |
6+
|---|-------|----------|--------------|
7+
| 00 | [What are GPUs?](../fundamentals/00__what_are_gpus.ipynb) | - | - |
8+
| 07 | [cuda.core: Devices, Streams and Memory](../fundamentals/07__cuda_core__devices_streams_and_memory.ipynb) | [Click](../fundamentals/solutions/07__cuda_core__devices_streams_and_memory__SOLUTION.ipynb) | cuda.core |
9+
| 23 | [CCCL: Customizing Algorithms](../libraries/23__cuda_cccl__customizing_algorithms.ipynb) | [Click](../libraries/solutions/23__cuda_cccl__customizing_algorithms__SOLUTION.ipynb) | cuda-cccl |
10+
11+
### Materials
12+
13+
<table><tr>
14+
<td><a href="https://github.com/NVIDIA/accelerated-computing-hub/blob/generated/main/tutorials/accelerated-python/notebooks/syllabi/cuda_python__cuda_core_cccl__2_hours__docker_compose.yml">Docker Compose for Brev Launchable</a></td>
15+
</tr></table>
16+
17+
### Introduction
18+
19+
In this tutorial we will cover:
20+
- What is a GPU and why is it different to a CPU?
21+
- An overview of the CUDA development model.
22+
- The CUDA Python ecosystem.
23+
- Working with NumPy / CuPy style arrays on the GPU.
24+
- Writing CUDA kernels using cuda.core.
25+
- Using cuda.compute
26+
27+
Attendees will be expected to have a general knowledge of Python and programming concepts, as well as a basic understanding of GPU computing.

0 commit comments

Comments
 (0)