examples/
runnable demos. each one is self-contained and shows a real GPU workflow.
| file | what it does |
|---|---|
vecadd.rs |
vector addition on GPU — simplest possible compute dispatch |
matmul.rs |
matrix multiplication — tiled compute with shared memory |
runnable demos. each one is self-contained and shows a real GPU workflow.
| file | what it does |
|---|---|
vecadd.rs |
vector addition on GPU — simplest possible compute dispatch |
matmul.rs |
matrix multiplication — tiled compute with shared memory |