-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caliper support for builtin Kokkos Tools (continued) #402
base: master
Are you sure you want to change the base?
Conversation
Should |
Hi @MikolajZuzek , thanks for working on this.
If it only ever needs to be called from the Kokkos library we can probably just For the functions themselves: I think it would be better to name them |
4f26028
to
e800de0
Compare
Hi @daboehme! I renamed the functions to what you've suggested, rebased this PR on current Let me convert this PR to draft for now: I guess it'll only make sense to merge it together or after kokkos/kokkos-tools#131. |
Ok, sounds good. Let me know when this is ready to go in. |
@mzuzek cc. @daboehme I happened to come across this just now while looking at Caliper documentation, and I see that it was blocked at the time by the CMake build PR for Kokkos Tools. But, that CMake Build PR has been merged into Kokkos Tools develop branch. Are you able to finish and/or merge this PR now? |
Hi @vlkale. I've been reassigned to other things even before CMake build PR was merged into Kokkos Tools (kokkos/kokkos-tools#159) and, unfortunately, I'm not able to engage here at present... PS. I guess you might first need Caliper team's insight on what would it take to get this PR finalized and merged. |
@ibaned @crtrott
This is continuation/extension of #397 by @DavidPoliakoff
Status
cali::get_event_set()
EventSet
viacali::get_event_set()
for flexible KokkosTools integration.Example
See full example that connects Caliper to Kokkos via KokkosTools - using proposed
EventSet
-based approach: