Skip to content

Commit

Permalink
[HIPIFY][#675][#677][SOLVER][doc] cuSOLVER support - Step 59 - final
Browse files Browse the repository at this point in the history
+ Provided links to `SOLVER` `CUDA2HIP` documentation in the `README.md`
  • Loading branch information
emankov committed Dec 25, 2023
1 parent 613b1b8 commit c507c93
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 c507c93

Please sign in to comment.