Skip to content

Commit

Permalink
fixing nvprof_Focused_connector::get_event_set() to be nvtx_focused..…
Browse files Browse the repository at this point in the history
….::get_event_set().
  • Loading branch information
vlkale committed Apr 14, 2023
1 parent 5b1595a commit bbb7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/all/kp_all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EventSet get_event_set(const char* profiler, const char* config_str) {
#endif
#ifdef KOKKOSTOOLS_HAS_NVPROF
handlers["nvprof-connector"] = NVProfConnector::get_event_set();
handlers["nvtx-focused-connector"] = NVProfFocusedConnector::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 bbb7e15

Please sign in to comment.