Updated todo comments

This commit is contained in:
Alejandro Saucedo 2020-09-06 12:59:35 +01:00
parent 1b4e4b6b18
commit e6f4097acb
3 changed files with 29 additions and 4 deletions

View file

@ -89,7 +89,6 @@ OpTensorSyncLocal::postSubmit()
// Remove all staging tensors as they are not required after operation
SPDLOG_DEBUG("Kompute OpTensorSyncLocal destroying staging tensors");
// TODO: This would cause issues if there is no CPU barrier
this->mStagingTensors.clear();
}