add chinese doc for cuda

This commit is contained in:
officeyutong
2025-05-24 18:21:26 +08:00
parent f933bd4759
commit 80afe2aa34
6 changed files with 439 additions and 634 deletions

View File

@@ -78,6 +78,11 @@ Scheduler:
- [lesson 44-scx-simple](src/44-scx-simple/README.md) Introduction to the BPF Scheduler
- [lesson 45-scx-nest](src/45-scx-nest/README.md) Implementing the `scx_nest` Scheduler
GPU:
- [lesson 47](src/47-cuda-events/README.md) Using eBPF to trace CUDA operations for GPU
Other:
- [lesson 35-user-ringbuf](src/35-user-ringbuf/README.md) Asynchronously Send to Kernel with User Ring Buffer