Skip to content

Commit

Permalink
Merge pull request #585 from FluxML/pxl-th/amdgpu-0.9
Browse files Browse the repository at this point in the history
Add support for AMDGPU 0.9
  • Loading branch information
darsnack authored May 19, 2024
2 parents f2a2674 + 03a1e09 commit ca600b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NNlibCUDAExt = "CUDA"
NNlibEnzymeCoreExt = "EnzymeCore"

[compat]
AMDGPU = "0.7, 0.8"
AMDGPU = "0.8, 0.9"
Adapt = "3.2, 4"
Atomix = "0.1"
CUDA = "4, 5"
Expand Down
1 change: 0 additions & 1 deletion ext/NNlibAMDGPUExt/NNlibAMDGPUExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ include("batched_mul.jl")

include("conv.jl")
include("pool.jl")
include("softmax.jl")
include("activations.jl")
else
@warn """
Expand Down
11 changes: 0 additions & 11 deletions ext/NNlibAMDGPUExt/softmax.jl

This file was deleted.

0 comments on commit ca600b1

Please sign in to comment.