From 6fa7aceff433b08698e96679b75b65d39ae25290 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:38:15 -0700 Subject: [PATCH] README.md: put in sampler --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 73f1a902a..c55f66d55 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ The following provides an overview of the tools available in the set of Kokkos T + [**KernelFilter:**](https://github.com/kokkos/kokkos-tools/wiki/KernelFilter) A tool which is used in conjunction with analysis tools, to restrict them to a subset of the application. + ++ [**KernelSampler:**](https://github.com/kokkos/kokkos-tools/wiki/KernelSampler) + + A tool which is used in conjunction with analysis tools, to restrict the tooling to samples of Kokkos kernel invocations. ### Memory Analysis + [**MemoryHighWater:**](https://github.com/kokkos/kokkos-tools/wiki/MemoryHighWater)