Updated memory barriers to include staging buffers
This commit is contained in:
parent
1d1018fa0c
commit
263f392cbb
7 changed files with 230 additions and 175 deletions
|
|
@ -45,7 +45,7 @@ OpTensorCopy::record(const vk::CommandBuffer& commandBuffer)
|
|||
// We iterate from the second tensor onwards and record a copy to all
|
||||
for (size_t i = 1; i < this->mTensors.size(); i++) {
|
||||
this->mTensors[i]->recordCopyFrom(
|
||||
commandBuffer, this->mTensors[0], false);
|
||||
commandBuffer, this->mTensors[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue