Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
argrento committed May 9, 2022
1 parent 0616943 commit e3bd930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runtime/opencl/opencl_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ class OpenCLTimerNode : public TimerNode {
virtual int64_t SyncAndGetElapsedNanos() { return this->duration; }
// destructor
virtual ~OpenCLTimerNode() {
// Profiling session ends, recreate clCommandQueue in non-profiling mode
// This will disable collection of cl_events in case of executing inference after profile
recreateCommandQueue();
// Profiling session ends, recreate clCommandQueue in non-profiling mode
// This will disable collection of cl_events in case of executing inference after profile
recreateCommandQueue();
}
// constructor
OpenCLTimerNode() {}
Expand Down

0 comments on commit e3bd930

Please sign in to comment.