Supported NVIDIA CUDA APIs#
| CUDA | HIP | ROC | HIP & ROC | 
|---|---|---|---|
| CUDA Runtime API | |||
| CUDA Driver API | |||
| CUComplex API | |||
| CUDA Device API | |||
| CUDA RTC API | |||
| CUBLAS API | |||
| CUSPARSE API | |||
| CUSOLVER API | |||
| CURAND API | |||
| CUFFT API | |||
| CUDNN 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 with or without specifying the output directory (-o), for HIP and ROC separately --doc-roc=separate or in the joint format (ROC & HIP) --doc-roc=joint.