Missing brackets
This commit is contained in:
parent
dfd680646c
commit
1d5b3429ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user