Skip to content

Commit

Permalink
Update lib/omnitrace/library/components/roctracer.hpp
Browse files Browse the repository at this point in the history
- provide definition of comp::roctracer::flush when OMNITRACE_USE_ROCTRACER is not defined
  • Loading branch information
jrmadsen committed Jan 9, 2024
1 parent 5fa1a20 commit 25274f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/lib/omnitrace/library/components/roctracer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ inline void
roctracer::setup(void*, bool)
{}

inline void
roctracer::flush()
{}

inline void
roctracer::shutdown()
{}
Expand Down

0 comments on commit 25274f7

Please sign in to comment.