Enable oneAPI and ROCm (#9)
All checks were successful
MetagraphOptimization_CI / docs (push) Successful in 8m30s
MetagraphOptimization_CI / test (push) Successful in 22m2s

Co-authored-by: Anton Reinhard <anton.reinhard@proton.me>
Reviewed-on: #9
This commit is contained in:
2024-05-08 19:26:18 +02:00
parent 38e7ff3b90
commit d888713e97
2 changed files with 5 additions and 5 deletions

View File

@@ -196,10 +196,8 @@ include("devices/impl.jl")
include("devices/numa/impl.jl")
include("devices/cuda/impl.jl")
# can currently not use AMDGPU because of incompatability with the newest rocm drivers
# include("devices/rocm/impl.jl")
# oneapi seems also broken for now
# include("devices/oneapi/impl.jl")
include("devices/rocm/impl.jl")
include("devices/oneapi/impl.jl")
include("scheduler/interface.jl")
include("scheduler/greedy.jl")