Skip to content

Commit

Permalink
Merge pull request KomputeProject#328 from Crydsch/fix_sequence_clear
Browse files Browse the repository at this point in the history
[performance bug] Fix Sequence::clear()
  • Loading branch information
axsaucedo authored Aug 12, 2023
2 parents 63567a7 + 2a9f82a commit a8feda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void
Sequence::clear()
{
KP_LOG_DEBUG("Kompute Sequence calling clear");
this->mOperations.clear();
if (this->isRecording()) {
this->end();
}
Expand Down

0 comments on commit a8feda4

Please sign in to comment.