Skip to content

Commit 24fb01c

Browse files
committed
copying CUDA
1 parent 56b5b97 commit 24fb01c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/oneAPI.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ using Core: LLVMPtr
1717

1818
using SPIRV_LLVM_Translator_unified_jll, SPIRV_Tools_jll
1919

20+
import KernelAbstractions as KA
21+
2022
export oneL0
2123

2224
# core library
@@ -69,7 +71,7 @@ include("broadcast.jl")
6971
include("mapreduce.jl")
7072
include("oneAPIKernels.jl")
7173
import .oneAPIKernels: oneAPIBackend
72-
export oneAPIBackend
74+
export oneAPIBackend, KA.launch_config
7375

7476
include("gpuarrays.jl")
7577
include("random.jl")

0 commit comments

Comments
 (0)