CUDA APIs supported by HIP#
CUDA |
HIP |
|---|---|
CUDA Runtime API |
|
CUDA Driver API |
|
CUComplex API |
|
CUDA Device API |
|
CUDA RTC API |
|
CUBLAS API |
|
CUSPARSE API |
|
CUSOLVER API |
|
CURAND API |
|
CUFFT API |
|
CUTENSOR API |
|
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.