mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-03-21 04:16:05 +08:00
docs: Update README files to include information on extending GPU driver behavior with eBPF and the gpu_ext project
This commit is contained in:
@@ -477,6 +477,8 @@ The `cuda_events` tool supports these options:
|
||||
|
||||
## Next Steps
|
||||
|
||||
Beyond tracing, eBPF can also extend GPU driver behavior—see our [gpu_ext project](https://github.com/eunomia-bpf/gpu_ext) for GPU scheduling and memory offloading via BPF struct_ops ([LPC 2024 talk](https://lpc.events/event/19/contributions/2168/)).
|
||||
|
||||
Once you're comfortable with this basic CUDA tracing tool, you could extend it to:
|
||||
|
||||
1. Add support for more CUDA API functions
|
||||
|
||||
Reference in New Issue
Block a user