Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 795 Bytes

File metadata and controls

26 lines (19 loc) · 795 Bytes

CUDA API Offline Reference

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.

Contents

Regenerate

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

Notes

  • 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.