Supported CUDA APIs

February 24, 2026 ยท View on GitHub

Supported CUDA APIs

CUDAHIPROCHIP & ROC
CUDA Runtime APIHIP API
CUDA Driver APIHIP API
CUComplex APIHIP API
CUDA Device APIHIP Device API
CUDA RTC APIHIP RTC API
CUFile API*HIP FILE API
CUBLAS APIHIP BLAS APIROC BLAS APIHIP + ROC BLAS API
CUSPARSE APIHIP SPARSE APIROC SPARSE APIHIP + ROC SPARSE API
CUSOLVER APIHIP SOLVER API
CURAND APIHIP RAND APIROC RAND APIHIP + ROC RAND API
CUFFT APIHIP FFT API
CUDNN APIMIOPEN API
CUTENSOR APIHIP TENSOR API
CUB APIHIP CUB API
  • The CUFile API and HIP FILE API are supported only on Linux.

To generate the above documentation with the information about all supported CUDA APIs in Markdown format, run hipify-clang --md --doc-format=full --doc-roc=joint with or without specifying the output directory (-o). By running hipify-clang --csv --doc-format=full --doc-roc=joint, the documentation will be generated in CSV format.