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 56b5b97 commit 24fb01cCopy full SHA for 24fb01c
src/oneAPI.jl
@@ -17,6 +17,8 @@ using Core: LLVMPtr
17
18
using SPIRV_LLVM_Translator_unified_jll, SPIRV_Tools_jll
19
20
+import KernelAbstractions as KA
21
+
22
export oneL0
23
24
# core library
@@ -69,7 +71,7 @@ include("broadcast.jl")
69
71
include("mapreduce.jl")
70
72
include("oneAPIKernels.jl")
73
import .oneAPIKernels: oneAPIBackend
-export oneAPIBackend
74
+export oneAPIBackend, KA.launch_config
75
76
include("gpuarrays.jl")
77
include("random.jl")
0 commit comments