Vivek Kale
Vivek Kale
> Interesting, my local `clang-format-8` is happy with `profiling/nvtx-connector/kp_nvtx_connector.cpp` I'm not sure how to resolve the format-check failure. Strange. So, the `clang-format-8` was added in the last few months, and...
Thanks. I am a bit baffled here also. I am using version 8.0.1 and this works locally for me too (MacOS). Yes, that would be good if it did print...
From trying this for another PR, I think this is fixed by including the .clang-format file at the top level of your PR directory (where, e.g., .gitignore, is). I don’t...
***@***.*** *Thanks for these. I will fix, test and get a reviewer for merging. On Tue, Apr 25, 2023 at 3:23 AM Tomasetti Romin ***@***.***> wrote: > ***@***.**** requested changes...
This PR needs to resolve the conflict of the old file of kp_nvprof_connector.cpp on develop. Specifically, the nvtx branch on cwpearson/kokkos-tools needs to be synch'd with develop.
I am noting that the tuning/autotuning interface ought to also consider multiple _objectives_, which are potentially ranked/weighted. When we talk about autotuning in the area High-Performance Computing, we often assume...
Question of interest to ANL and UOregon: What do values of tuning variables mean for Kokkos-specific parameters? Right now, they are opaque and normalized values between 0.0 and 1.0. Can...
I would like to promote this github issue up as a priority for documentation of Kokkos Tools (using the new restructuredText format). Documentation of a Kokkos connector will be helpful...
Now part of the Kokkos Tools tutorial.
See the NERSC 2024 tutorial presentation on Kokkos to see the documentation / slides. I think the slides adequately provide information. If there is any other information anyone would like...