Skip to content

Commit

Permalink
Merge pull request #1753 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][MIOpen][doc] Populate the `Supported CUDA API` table with `MIOpen` links
  • Loading branch information
emankov authored Nov 15, 2024
2 parents b6b0c2b + 18f8703 commit 9f1d373
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 9f1d373

Please sign in to comment.