Skip to content

Commit 4e268db

Browse files
authored
insert signature
@vchuravy
1 parent 8f94916 commit 4e268db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/abstract_gpu_interface.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ function synchronize_threads(state)
1919
error("Not implemented")
2020
end
2121

22+
2223
"""
24+
inear_index(state)
25+
2326
linear index in a GPU kernel (equal to OpenCL.get_global_id)
2427
"""
2528
@inline function linear_index(state)

0 commit comments

Comments
 (0)