Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oraluben authored Oct 27, 2024
1 parent 9bbc3a1 commit 3b39333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkineto/src/CuptiCallbackApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void CuptiCallbackApi::__callback_switchboard(

std::shared_ptr<CuptiCallbackApi> CuptiCallbackApi::singleton() {
static const std::shared_ptr<CuptiCallbackApi> instance = [] {
std::shared_ptr<CuptiCallbackApi> inst =
std::shared_ptr<CuptiCallbackApi> inst =
std::make_shared<CuptiCallbackApi>();
return inst;
}();
Expand Down

0 comments on commit 3b39333

Please sign in to comment.