Skip to content

Commit

Permalink
Cleanup (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed May 15, 2024
1 parent c2fe803 commit d8428f4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 303 deletions.
2 changes: 0 additions & 2 deletions src/dnn/MIOpen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,5 @@ include("descriptors.jl")
include("convolution.jl")
include("pooling.jl")
include("activations.jl")
# include("softmax.jl")
# include("batchnorm.jl")

end
130 changes: 0 additions & 130 deletions src/dnn/batchnorm.jl

This file was deleted.

103 changes: 0 additions & 103 deletions src/dnn/softmax.jl

This file was deleted.

26 changes: 0 additions & 26 deletions test/dnn/batchnorm.jl

This file was deleted.

9 changes: 0 additions & 9 deletions test/dnn/miopen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,8 @@ end
include("pool.jl")
end

# NOTE: https://github.com/ROCm/MIOpen/issues/2966
# @testset "Softmax" begin
# include("softmax.jl")
# end

@testset "Activations" begin
include("activations.jl")
end

# @testset "Batch Normalization" begin
# include("batchnorm.jl")
# end

end
33 changes: 0 additions & 33 deletions test/dnn/softmax.jl

This file was deleted.

0 comments on commit d8428f4

Please sign in to comment.