Skip to content

Commit e9a5a11

Browse files
Update src/pocl/backend.jl
Co-authored-by: Valentin Churavy <[email protected]>
1 parent 183db2b commit e9a5a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pocl/backend.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ end
190190
## Synchronization and Printing
191191

192192
@device_override @inline function KA.__synchronize()
193-
work_group_barrier.(POCL.LOCAL_MEM_FENCE | POCL.GLOBAL_MEM_FENCE)
193+
work_group_barrier(POCL.LOCAL_MEM_FENCE | POCL.GLOBAL_MEM_FENCE)
194194
end
195195

196196
@device_override @inline function KA.__print(args...)

0 commit comments

Comments
 (0)