Skip to content

Commit

Permalink
[HIPIFY][MIOpen][doc] Populate the Supported CUDA API table with `M…
Browse files Browse the repository at this point in the history
…IOpen` links
  • Loading branch information
emankov committed Nov 15, 2024
1 parent b6b0c2b commit 18f8703
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/supported_apis.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Supported NVIDIA CUDA APIs

| **CUDA** | **HIP** | **ROC** | **HIP & ROC** |
|:----------------|:---------------------------------------------------------------------|:---------------|:----------------------------|
| CUDA Runtime API | [HIP API](tables/CUDA_Runtime_API_functions_supported_by_HIP.md) | | |
| CUDA Driver API | [HIP API](tables/CUDA_Driver_API_functions_supported_by_HIP.md) | | |
| CUComplex API | [HIP API](tables/cuComplex_API_supported_by_HIP.md) | | |
| CUDA Device API | [HIP Device API](tables/CUDA_Device_API_supported_by_HIP.md) | | |
| CUDA RTC API | [HIP RTC API](tables/CUDA_RTC_API_supported_by_HIP.md) | | |
| CUBLAS API | [HIP BLAS API](tables/CUBLAS_API_supported_by_HIP.md) | [ROC BLAS API](tables/CUBLAS_API_supported_by_ROC.md) | [HIP + ROC BLAS API](tables/CUBLAS_API_supported_by_HIP_and_ROC.md) |
| CUSPARSE API | [HIP SPARSE API](tables/CUSPARSE_API_supported_by_HIP.md) | [ROC SPARSE API](tables/CUSPARSE_API_supported_by_ROC.md) | [HIP + ROC SPARSE API](tables/CUSPARSE_API_supported_by_HIP_and_ROC.md) |
| CUSOLVER API | [HIP SOLVER API](tables/CUSOLVER_API_supported_by_HIP.md) | | |
| CURAND API | [HIP RAND API](tables/CURAND_API_supported_by_HIP.md) |[ROC RAND API](tables/CURAND_API_supported_by_ROC.md) | [HIP + ROC RAND API](tables/CURAND_API_supported_by_HIP_and_ROC.md) |
| CUFFT API | [HIP FFT API](tables/CUFFT_API_supported_by_HIP.md) | | |
| CUDNN API | [HIP DNN API](tables/CUDNN_API_supported_by_HIP.md) | | |
| CUB API | [HIP CUB API](tables/CUB_API_supported_by_HIP.md) | | |
| **CUDA** | **HIP** | **ROC** | **HIP & ROC** |
|:-----------------|:------------------------------------------------------------------|:----------------------------------------------------------|:------------------------------------------------------------------------|
| CUDA Runtime API | [HIP API](tables/CUDA_Runtime_API_functions_supported_by_HIP.md) | | |
| CUDA Driver API | [HIP API](tables/CUDA_Driver_API_functions_supported_by_HIP.md) | | |
| CUComplex API | [HIP API](tables/cuComplex_API_supported_by_HIP.md) | | |
| CUDA Device API | [HIP Device API](tables/CUDA_Device_API_supported_by_HIP.md) | | |
| CUDA RTC API | [HIP RTC API](tables/CUDA_RTC_API_supported_by_HIP.md) | | |
| CUBLAS API | [HIP BLAS API](tables/CUBLAS_API_supported_by_HIP.md) | [ROC BLAS API](tables/CUBLAS_API_supported_by_ROC.md) | [HIP + ROC BLAS API](tables/CUBLAS_API_supported_by_HIP_and_ROC.md) |
| CUSPARSE API | [HIP SPARSE API](tables/CUSPARSE_API_supported_by_HIP.md) | [ROC SPARSE API](tables/CUSPARSE_API_supported_by_ROC.md) | [HIP + ROC SPARSE API](tables/CUSPARSE_API_supported_by_HIP_and_ROC.md) |
| CUSOLVER API | [HIP SOLVER API](tables/CUSOLVER_API_supported_by_HIP.md) | | |
| CURAND API | [HIP RAND API](tables/CURAND_API_supported_by_HIP.md) | [ROC RAND API](tables/CURAND_API_supported_by_ROC.md) | [HIP + ROC RAND API](tables/CURAND_API_supported_by_HIP_and_ROC.md) |
| CUFFT API | [HIP FFT API](tables/CUFFT_API_supported_by_HIP.md) | | |
| CUDNN API | [HIP DNN API](tables/CUDNN_API_supported_by_HIP.md) | [MIOPEN API](tables/CUDNN_API_supported_by_MIOPEN.md) | [HIP + MIOPEN API](tables/CUDNN_API_supported_by_HIP_and_MIOPEN.md) |
| CUB API | [HIP CUB API](tables/CUB_API_supported_by_HIP.md) | | |

To generate the above documentation with the information about all supported CUDA APIs in Markdown format, run `hipify-clang --md` with or without specifying the output directory (`-o`).
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`.

0 comments on commit 18f8703

Please sign in to comment.