Skip to content

Commit

Permalink
Put in tests for sampler (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 11, 2024
1 parent 70b18b0 commit c57eaa2
Show file tree
Hide file tree
Showing 7 changed files with 727 additions and 330 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ void foo() {
The following provides an overview of the tools available in the set of Kokkos Tools. Click on each Kokkos Tools name to see more details about the tool via the Kokkos Tools Wiki.

### Utilities

+ [**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 to be 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)

Expand Down
Loading

0 comments on commit c57eaa2

Please sign in to comment.