Added the opAlgoAllInOut
This commit is contained in:
parent
95061c8009
commit
3f8c4fb9b7
6 changed files with 222 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue