From 8bb52d0ab036982cb476013d89b2c9791615e409 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Tue, 24 Jun 2025 14:23:39 -0400 Subject: [PATCH] added more API reference --- docs/doxygen/Doxyfile | 6 ++---- docs/index.rst | 4 +++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index da04e0837f..85b69983e3 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -775,11 +775,9 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../../include/ck/tensor_operation/gpu/grid \ - ../../include/ck/tensor_operation/gpu/block \ - ../../include/ck/tensor_operation/gpu/thread \ +INPUT = ../../include \ + ../../include/ck/ \ ../../library/include/ck/library/utility \ - ../../include/ck/wrapper \ ../../include/ck_tile # This tag can be used to specify the character encoding of the source files diff --git a/docs/index.rst b/docs/index.rst index 4cc26a1d3e..89a5e3e836 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,9 @@ The Composable Kernel repository is located at `https://github.com/ROCm/composab * :doc:`Composable Kernel custom types <./reference/Composable_Kernel_custom_types>` * :doc:`Composable Kernel vector utilities <./reference/Composable_Kernel_vector_utilities>` * :ref:`wrapper` - * :doc:`Composable Kernel complete class list <./doxygen/html/annotated>` + * :doc:`Composable Kernel API reference <./doxygen/html/namespace_c_k>` + * :doc:`CK Tile API reference <./doxygen/html/namespaceck__tile>` + * :doc:`Composable Kernel complete API class list <./doxygen/html/annotated>` To contribute to the documentation refer to `Contributing to ROCm `_.