fix variable name
This commit is contained in:
parent
058378a35c
commit
f4f8ba32fe
|
@ -1,5 +1,5 @@
|
||||||
before_script:
|
before_script:
|
||||||
- export CI_CURNN_TEST=true
|
- export CI_DISABLE_CURNN_TEST=true
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CI_IMAGE_TAG: 'cuda'
|
CI_IMAGE_TAG: 'cuda'
|
||||||
|
|
|
@ -41,7 +41,7 @@ end
|
||||||
if CuArrays.libcudnn != nothing
|
if CuArrays.libcudnn != nothing
|
||||||
@info "Testing Flux/CUDNN"
|
@info "Testing Flux/CUDNN"
|
||||||
include("cudnn.jl")
|
include("cudnn.jl")
|
||||||
if !haskey(ENV, "CI_CURNN_TEST")
|
if !haskey(ENV, "CI_DISABLE_CURNN_TEST")
|
||||||
include("curnn.jl")
|
include("curnn.jl")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue