Added the opAlgoAllInOut
This commit is contained in:
parent
95061c8009
commit
3f8c4fb9b7
6 changed files with 222 additions and 9 deletions
|
|
@ -115,7 +115,7 @@ class Tensor
|
|||
* copied before further operations. Default is true.
|
||||
*/
|
||||
void recordCopyFrom(std::shared_ptr<Tensor> copyFromTensor,
|
||||
bool createBarrier = true);
|
||||
bool createBarrier);
|
||||
|
||||
/**
|
||||
* Records the buffer memory barrier into the command buffer which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue