Skip to content

Commit

Permalink
formatted kp_all
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Jul 31, 2023
1 parent 909f481 commit 603b6e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions profiling/all/kp_all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ EventSet get_event_set(const char* profiler, const char* config_str) {
handlers["caliper"] = cali::get_kokkos_event_set(config_str);
#endif
#ifdef KOKKOSTOOLS_HAS_NVPROF
handlers["nvprof-connector"] = NVProfConnector::get_event_set();
handlers["nvtx-focused-connector"] =
NVTXFocusedConnector::get_event_set();
handlers["nvprof-connector"] = NVProfConnector::get_event_set();
handlers["nvtx-focused-connector"] = NVTXFocusedConnector::get_event_set();
#endif
auto e = handlers.find(profiler);
if (e != handlers.end()) return e->second;
Expand Down

0 comments on commit 603b6e4

Please sign in to comment.