CUDA APIs supported by HIP

CUDA APIs supported by HIP#

CUDA

HIP

CUDA Runtime API

HIP API

CUDA Driver API

HIP API

CUComplex API

HIP API

CUDA Device API

HIP Device API

CUDA RTC API

HIP RTC API

CUBLAS API

HIP BLAS API

CUSPARSE API

HIP SPARSE API

CUSOLVER API

HIP SOLVER API

CURAND API

HIP RAND API

CUFFT API

HIP FFT API

CUTENSOR API

HIP TENSOR API

CUB API

HIP CUB API

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=separate with or without specifying the output directory (-o). By running hipify-clang --csv --doc-format=full --doc-roc=separate, the documentation will be generated in CSV format.