From c507c933a67c5f4a54d91de63a655bb7641cdcb6 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Mon, 25 Dec 2023 19:53:12 +0000 Subject: [PATCH] [HIPIFY][#675][#677][SOLVER][doc] `cuSOLVER` support - Step 59 - final + Provided links to `SOLVER` `CUDA2HIP` documentation in the `README.md` --- docs/sphinx/_toc.yml.in | 1 + docs/supported_apis.md | 1 + 2 files changed, 2 insertions(+) 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`).