Added the opAlgoAllInOut

This commit is contained in:
Alejandro Saucedo 2020-08-29 17:49:02 +01:00
parent 95061c8009
commit 3f8c4fb9b7
6 changed files with 222 additions and 9 deletions

View file

@ -66,7 +66,7 @@ OpCreateTensor::record()
SPDLOG_DEBUG("Kompute OpCreateTensor record called");
if (this->mPrimaryTensor->tensorType() == Tensor::TensorTypes::eDevice) {
this->mPrimaryTensor->recordCopyFrom(this->mStagingTensor);
this->mPrimaryTensor->recordCopyFrom(this->mStagingTensor, true);
}
}