Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 1f03ea7

Browse files
committed
Nothing to see here.
1 parent 7865bc0 commit 1f03ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ CuArrays.enable_timings()
2828
TestSuite.test(CuArray)
2929
end
3030

31-
#=include("base.jl")
31+
include("base.jl")
3232
include("blas.jl")
3333
include("rand.jl")
3434
include("fft.jl")
3535
include("sparse.jl")
3636
include("solver.jl")
3737
include("sparse_solver.jl")
38-
include("dnn.jl")=#
38+
include("dnn.jl")
3939
include("tensor.jl")
40-
#include("forwarddiff.jl")
40+
include("forwarddiff.jl")
4141

4242
CuArrays.memory_status()
4343
CuArrays.pool_timings()

0 commit comments

Comments
 (0)