Skip to content

Commit ef62202

Browse files
committed
Mark also @device_function and @device_functions as public
1 parent d5eaf6b commit ef62202

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CUDACore/src/device/utils.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ macro device_function(ex)
4343
end)
4444
end
4545

46+
@public @device_function
47+
4648
macro device_functions(ex)
4749
ex = macroexpand(__module__, ex)
4850

@@ -71,6 +73,7 @@ macro device_functions(ex)
7173
esc(rewrite(ex))
7274
end
7375

76+
@public @device_functions
7477

7578
## alignment API
7679

0 commit comments

Comments
 (0)