Added buffer memory barriers
This commit is contained in:
parent
5bb9046b49
commit
25d5df21ce
4 changed files with 40 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ class Algorithm
|
|||
~Algorithm();
|
||||
|
||||
// Record commands
|
||||
void recordDispatch(uint32_t x, uint32_t y, uint32_t z);
|
||||
void recordDispatch(uint32_t x = 1, uint32_t y = 1, uint32_t z = 1);
|
||||
|
||||
private:
|
||||
// Shared resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue