diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 7b6161a7..05533aa3 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -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: diff --git a/docs/supported_apis.md b/docs/supported_apis.md index 3b652cd6..2817b5f8 100644 --- a/docs/supported_apis.md +++ b/docs/supported_apis.md @@ -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`).