Added OpMemoryBarrier to the available operations
This commit is contained in:
parent
c9bd406c8b
commit
d7b98f149b
4 changed files with 219 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "kompute/Tensor.hpp"
|
||||
#include "kompute/Algorithm.hpp"
|
||||
#include "kompute/operations/OpBase.hpp"
|
||||
#include "kompute/operations/OpMemoryBarrier.hpp"
|
||||
#include "kompute/operations/OpTensorCopy.hpp"
|
||||
#include "kompute/operations/OpTensorSyncDevice.hpp"
|
||||
#include "kompute/operations/OpTensorSyncLocal.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue