From d4eeabfc2f1a45b597089b12ba44f28e5d1d37f7 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Mon, 21 Oct 2024 11:35:57 -0400 Subject: [PATCH] added link to documentation (#1578) [ROCm/composable_kernel commit: 794f2d64a8a03a1408126332451a7e75f589d4ef] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4366ec0329..0534065153 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Composable Kernel +> [!NOTE] +> The published documentation is available at [Composable Kernel](https://rocm.docs.amd.com/projects/composable_kernel/en/latest/) 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). + The Composable Kernel (CK) library provides a programming model for writing performance-critical kernels for machine learning workloads across multiple architectures (GPUs, CPUs, etc.). The CK library uses general purpose kernel languages, such as HIP C++.