From c9aa26d3c2a2b2b76a28ada341e85957f9d96e54 Mon Sep 17 00:00:00 2001 From: Sandra Polifroni Date: Thu, 17 Oct 2024 10:35:09 -0400 Subject: [PATCH 1/2] added link to documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc32bcf8..cbc26003 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hipTensor +> [!NOTE] +> The published documentation is available at [hipTensor](https://rocm.docs.amd.com/projects/hipTensor/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). Welcome! hiptensor is AMD's C++ library for accelerating tensor primitives using GPU matrix cores on AMD's latest discrete GPUs. ## Requirements From 74e206fc1fa94f01a61221a17f37cff124e7a5e5 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Thu, 17 Oct 2024 10:50:29 -0400 Subject: [PATCH 2/2] added a missing newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbc26003..d2c80b4d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ > [!NOTE] > The published documentation is available at [hipTensor](https://rocm.docs.amd.com/projects/hipTensor/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). + Welcome! hiptensor is AMD's C++ library for accelerating tensor primitives using GPU matrix cores on AMD's latest discrete GPUs. ## Requirements