Skip to content

Commit

Permalink
Add support for AMDGPU 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed May 18, 2024
1 parent f2a2674 commit 03a1e09
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 03a1e09

Please sign in to comment.