Skip to content

Commit

Permalink
add device performance timing check on a blocking free (#324)
Browse files Browse the repository at this point in the history
also, flush chrome trace buffers
  • Loading branch information
bashbaug authored Oct 31, 2023
1 parent b9f04c5 commit 5e3d0d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intercept/src/dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9914,6 +9914,8 @@ clMemBlockingFreeINTEL(
REMOVE_USM_ALLOCATION( ptr );
CHECK_ERROR( retVal );
CALL_LOGGING_EXIT( retVal );
DEVICE_PERFORMANCE_TIMING_CHECK();
FLUSH_CHROME_TRACE_BUFFERING();

return retVal;
}
Expand Down

0 comments on commit 5e3d0d3

Please sign in to comment.