rm CuArrays tests for now

This commit is contained in:
Mike J Innes 2018-07-12 20:48:40 +01:00
parent aa209ee137
commit e14641e4e2
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ include("layers/stateless.jl")
include("optimise.jl")
include("data.jl")
if Base.find_in_path("CuArrays") nothing
include("cuda/cuda.jl")
end
# if Base.find_in_path("CuArrays") ≠ nothing
# include("cuda/cuda.jl")
# end
end