Skip to content

Commit

Permalink
Merge pull request #1233 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][#675][#677][SOLVER][doc] `cuSOLVER` support - Step 59 - final
  • Loading branch information
emankov authored Dec 25, 2023
2 parents 613b1b8 + c507c93 commit 30236ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ subtrees:
- file: tables/CUDNN_API_supported_by_HIP
- file: tables/CUFFT_API_supported_by_HIP
- file: tables/CUSPARSE_API_supported_by_HIP
- file: tables/CUSOLVER_API_supported_by_HIP
- file: tables/CUB_API_supported_by_HIP
- caption: About
entries:
Expand Down
1 change: 1 addition & 0 deletions docs/supported_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [cuDNN](tables/CUDNN_API_supported_by_HIP.md)
- [cuFFT](tables/CUFFT_API_supported_by_HIP.md)
- [cuSPARSE](tables/CUSPARSE_API_supported_by_HIP.md)
- [cuSOLVER](tables/CUSOLVER_API_supported_by_HIP.md)
- [CUB](tables/CUB_API_supported_by_HIP.md)

To generate the above documentation with the actual information about all supported CUDA APIs in Markdown format, run `hipify-clang --md` with or without specifying the output directory (`-o`).

0 comments on commit 30236ba

Please sign in to comment.