Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

zCUDA Documentation

Documentation Index

API Reference

Modules

Module Doc Description
driver README Device management, memory, kernel launch, streams, events
nvrtc README Runtime compilation of CUDA C++ to PTX / CUBIN
cublas README BLAS Level 1/2/3 (SAXPY, SGEMM, DGEMM, batched, mixed-precision)
cublaslt README Lightweight GEMM with algorithm heuristics
curand README GPU random number generation
cudnn README Convolution, activation, pooling, softmax, batch norm
cusolver README LU, QR, SVD, Cholesky, eigenvalue decomposition
cusparse README SpMV, SpMM, SpGEMM with CSR/COO formats
cufft README 1D/2D/3D Fast Fourier Transform
nvtx README Profiling annotations for NVIDIA Nsight
kernel API Kernel DSL — write CUDA kernels in pure Zig, compiled to PTX

Guides