From 9be514ce6e535787af6143b0ad02a4aaddab099d Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Wed, 6 Nov 2024 17:50:16 -0500 Subject: [PATCH] added link to documentation (#416) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f198949d..0c345911 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # hipCUB +> [!NOTE] +> The published documentation is available at [hipCUB](https://rocm.docs.amd.com/projects/hipCUB/en/latest/index.html) in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the `docs` folder of this repository. As with all ROCm projects, the documentation is open source. For more information on contributing to the documentation, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html). + hipCUB is a thin wrapper library on top of [rocPRIM](https://github.com/ROCm/rocPRIM) or [CUB](https://github.com/thrust/cub). You can use it to port a CUB project into