This directory contains the source for the cuda-oxide book. To build:
make setup
source .venv/bin/activate
make livehtml
By default, the book will be locally hosted at http://127.0.0.1:8000/
- API Docs: Run
cargo doc --openfrom the project root - Examples: See
crates/rustc-codegen-cuda/examples/