Vivek Kale
Vivek Kale
@maartenarnst Thanks for this. It is a good point. I don't know how easy it would be to make modifications to Kokkos core and extract out launch configuration code from...
@romintomasetti @all tl;dr to answer @romintomasetti question: I _also_ think launch grid configuration is in the scope, assuming a Kokkos user can gain some insight from apples-to-apples _comparison of launch...
I propose a process for developing these tests that is directly motivated by Kokkos applications using Kokkos Tools. For now, let's define a unit as callback of a particular tool....
The following two outputs show that the sampling with probability 1.0% works properly when applied to kernel timer Kokkos tool for stream benchmark in the Kokkos core benchmark folder. The...
The below is a test with the most recently committed version with KOKKOS_TOOLS_SEED set, as requested by @crtrott. Two separate runs of the program stream were done with the following...
> Lets add a user option to set the seed, and don't delete the erase Done.
For additional example run using the Kokkos Tools Sampler with randomized sampling, below is the build and subsequent output with sampler utility applied to the Kernel logger tool connector library...
> Lets add a user option to set the seed, and don't delete the erase This is put in via KOKKOS_TOOLS_RANDOM_SEED
This PR now has tests for the probability sampling and is rebased with develop.
> Are you aware about https://github.com/kokkos/kokkos-tools/issues/238 ? Thanks @dalg24 I was thinking to point this out as I was going through this. I think it is related.