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

@ -84,10 +84,7 @@ OpTensorCreate::postSubmit()
{
SPDLOG_DEBUG("Kompute OpTensorCreate postSubmit called");
// TODO: Remove and add a test that checks that the memory in
// the staging tensor is actually storing the data
SPDLOG_DEBUG("Kompute OpTensorCreate destroying staging tensors");
// TODO: This would cause issues if there is no CPU barrier
this->mStagingTensors.clear();
}