Skip to content

Commit e6545f3

Browse files
committed
add POCL to KA
1 parent 05333c2 commit e6545f3

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)