Skip to content

Commit e148670

Browse files
committed
add POCL to KA
1 parent 6cb3b7f commit e148670

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
@@ -826,6 +826,11 @@ end
826826

827827
include("cpu.jl")
828828

829+
# Future-CPU backend
830+
include("pocl/pocl.jl")
831+
using .POCL
832+
export POCLBackend
833+
829834
# precompile
830835
PrecompileTools.@compile_workload begin
831836
@eval begin

0 commit comments

Comments
 (0)