Skip to content

Commit 3670416

Browse files
committed
Updates for AMDGPU
1 parent 3a3aeba commit 3670416

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DaggerGPU.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function __init__()
3131
@require CUDA="052768ef-5323-5732-b1bb-66c8b64840ba" begin
3232
include("cu.jl")
3333
end
34-
@require ROCArrays="ddf941ca-5d6a-11e9-36cc-a3fed13dd2fc" begin
34+
@require AMDGPU="21141c5a-9bdb-4563-92ae-f87d6854732e" begin
3535
include("roc.jl")
3636
end
3737
end

src/roc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dagger.execute!(proc::ROCArrayProc, func, args...) = func(args...)
1010

1111
processor(::Val{:ROC}) = ROCArrayProc
1212
cancompute(::Val{:ROC}) = AMDGPU.configured
13-
# FIXME: kernel_backend(::ROCDevice) = ROCArrayProc
13+
kernel_backend(::ROCDevice) = ROCArrayProc
1414

1515
if AMDGPU.configured
1616
Dagger.add_callback!(proc -> begin

0 commit comments

Comments
 (0)