Skip to content

Commit c3815cf

Browse files
authored
Merge pull request #71 from JuliaGPU/documentation
insert signature
2 parents 8f94916 + 4e268db commit c3815cf

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)