-
BackgroundI profiling an application that uses Kokkos. Rather than adding annotations manually, I just set the I've created a QuestionI'm looking for a way to trace Kokkos functions. Essentially, I want the same output as Here's my current MPI tracing config file:
How can I alter this so that the Kokkos functions are also traced and recorded in the same |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @cwschilly, add I can also add an option for the event-trace config to enable kokkos tracing. |
Beta Was this translation helpful? Give feedback.
Hi @cwschilly, add
kokkostime
to theCALI_SERVICES_ENABLE
list and remove theCALI_EVENT_TRIGGER
line. That should do it.I can also add an option for the event-trace config to enable kokkos tracing.