We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183db2b commit e9a5a11Copy full SHA for e9a5a11
src/pocl/backend.jl
@@ -190,7 +190,7 @@ end
190
## Synchronization and Printing
191
192
@device_override @inline function KA.__synchronize()
193
- work_group_barrier.(POCL.LOCAL_MEM_FENCE | POCL.GLOBAL_MEM_FENCE)
+ work_group_barrier(POCL.LOCAL_MEM_FENCE | POCL.GLOBAL_MEM_FENCE)
194
end
195
196
@device_override @inline function KA.__print(args...)
0 commit comments