forked from ROCm/HIPIFY
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HIPIFY][MIOpen][doc] Populate the
Supported CUDA API
table with `M…
…IOpen` links
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |