Skip to content

Commit d8428f4

Browse files
authored
Cleanup (#631)
1 parent c2fe803 commit d8428f4

File tree

6 files changed

+0
-303
lines changed

6 files changed

+0
-303
lines changed

src/dnn/MIOpen.jl

-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,5 @@ include("descriptors.jl")
8989
include("convolution.jl")
9090
include("pooling.jl")
9191
include("activations.jl")
92-
# include("softmax.jl")
93-
# include("batchnorm.jl")
9492

9593
end

src/dnn/batchnorm.jl

-130
This file was deleted.

src/dnn/softmax.jl

-103
This file was deleted.

test/dnn/batchnorm.jl

-26
This file was deleted.

test/dnn/miopen.jl

-9
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,8 @@ end
2828
include("pool.jl")
2929
end
3030

31-
# NOTE: https://github.com/ROCm/MIOpen/issues/2966
32-
# @testset "Softmax" begin
33-
# include("softmax.jl")
34-
# end
35-
3631
@testset "Activations" begin
3732
include("activations.jl")
3833
end
3934

40-
# @testset "Batch Normalization" begin
41-
# include("batchnorm.jl")
42-
# end
43-
4435
end

test/dnn/softmax.jl

-33
This file was deleted.

0 commit comments

Comments
 (0)