Reformat
This commit is contained in:
parent
815acfa1fe
commit
d24dfb7590
4 changed files with 98 additions and 57 deletions
|
|
@ -106,8 +106,8 @@ OpAlgoLhsRhsOut::record()
|
|||
vk::PipelineStageFlagBits::eTransfer);
|
||||
|
||||
if (this->mTensorOutput->tensorType() == Tensor::TensorTypes::eDevice) {
|
||||
this->mTensorOutput->recordCopyFromDeviceToStaging(
|
||||
this->mCommandBuffer, true);
|
||||
this->mTensorOutput->recordCopyFromDeviceToStaging(this->mCommandBuffer,
|
||||
true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue