Missing brackets

This commit is contained in:
Avik Pal 2018-11-20 09:26:48 +05:30
parent dfd680646c
commit 1d5b3429ea

View File

@ -13,7 +13,7 @@ if CuArrays.libcudnn != nothing
handle() = CuArrays.CUDNN.handle() handle() = CuArrays.CUDNN.handle()
end end
include("curnn.jl") include("curnn.jl")
include("cudnn.jl" include("cudnn.jl")
else else
@warn("CUDNN is not installed, some functionality will not be available.") @warn("CUDNN is not installed, some functionality will not be available.")
end end