Skip to content

Commit 1961a4b

Browse files
committed
add POCL to KA
1 parent 9f2ab65 commit 1961a4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/KernelAbstractions.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,11 @@ end
746746

747747
include("cpu.jl")
748748

749+
# Future-CPU backend
750+
include("pocl/pocl.jl")
751+
using .POCL
752+
export POCLBackend
753+
749754
# precompile
750755
PrecompileTools.@compile_workload begin
751756
@eval begin

0 commit comments

Comments
 (0)