Skip to content

Commit ca600b1

Browse files
authored
Merge pull request #585 from FluxML/pxl-th/amdgpu-0.9
Add support for AMDGPU 0.9
2 parents f2a2674 + 03a1e09 commit ca600b1

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NNlibCUDAExt = "CUDA"
2727
NNlibEnzymeCoreExt = "EnzymeCore"
2828

2929
[compat]
30-
AMDGPU = "0.7, 0.8"
30+
AMDGPU = "0.8, 0.9"
3131
Adapt = "3.2, 4"
3232
Atomix = "0.1"
3333
CUDA = "4, 5"

ext/NNlibAMDGPUExt/NNlibAMDGPUExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ include("batched_mul.jl")
5353

5454
include("conv.jl")
5555
include("pool.jl")
56-
include("softmax.jl")
5756
include("activations.jl")
5857
else
5958
@warn """

ext/NNlibAMDGPUExt/softmax.jl

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)