Updated todo comments
This commit is contained in:
parent
1b4e4b6b18
commit
e6f4097acb
3 changed files with 29 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue