Skip to content

Commit 5e6cd97

Browse files
committed
Remove upsample from NNlibCUDA.jl
1 parent d0b2e11 commit 5e6cd97

File tree

7 files changed

+182
-571
lines changed

7 files changed

+182
-571
lines changed

ext/NNlibCUDA/src/NNlibCUDA.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using Random, Statistics
66

77
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
88

9-
include("upsample.jl")
109
include("sampling.jl")
1110
include("activations.jl")
1211
include("batchedadjtrans.jl")

ext/NNlibCUDA/src/upsample.jl

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

ext/NNlibCUDA/test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ include("activations.jl")
1313
include("dropout.jl")
1414
include("batchedadjtrans.jl")
1515
include("batchedmul.jl")
16-
include("upsample.jl")
1716
include("conv.jl")
1817
include("ctc.jl")
1918
include("fold.jl")

0 commit comments

Comments
 (0)