Carl Pearson

Results 134 comments of Carl Pearson

I'm sorry for making you copy-paste the failures over and over again, I was only looking at the 24 green checkmarks and one red x at the bottom of this...

@maartenarnst what do these tools like ncu and rocprof need as inputs to extract this information (e.g. a pointer to the kernel function?). If its runtime information like that, my...

I think this is a related PR: https://github.com/kokkos/kokkos-kernels/pull/2098 that fixes this issue for non-BLAS cuda libraries.

Probably this PR actually fixed this issue: https://github.com/kokkos/kokkos-kernels/pull/2075

Corresponding tools PR: https://github.com/kokkos/kokkos-tools/pull/242

Is it okay to leave `#define KOKKOSP_INTERFACE_VERSION 20211015` or does it need to be incremented?

The downside to this approach is that all static information that Core wants to pass to tools has to be produced at the same time (or the info struct has...

I've tested this out with Sparta, Parthenon, and Mini-EM and it works fine with all of them.