Skip to content

Commit 456c270

Browse files
committed
add POCL to KA
1 parent 56d274c commit 456c270

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
@@ -818,6 +818,11 @@ end
818818

819819
include("cpu.jl")
820820

821+
# Future-CPU backend
822+
include("pocl/pocl.jl")
823+
using .POCL
824+
export POCLBackend
825+
821826
# precompile
822827
PrecompileTools.@compile_workload begin
823828
@eval begin

0 commit comments

Comments
 (0)