This directory contains auto-generated Markdown references for the CUDA Driver API and Runtime API. It is intended for offline search by agents without relying on web access.
- CUDA Driver API — 594 functions (CUDA_VERSION=12060)
- CUDA Runtime API — 306 functions (CUDART_VERSION=12060)
Run inside the CUDA-enabled environment (Docker image) so the headers match the CUDA version:
python3 scripts/generate_cuda_api_docs.py \
--cuda-include /usr/local/cuda/include \
--out docs/cuda- The content is derived from NVIDIA CUDA headers; ensure your usage complies with the CUDA license agreement.
- Use repository search (e.g.,
cuInit,cudaMalloc) for quick lookup.