Skip to content

Commit 20abc44

Browse files
committed
Disable occasionally-failing CUDNN test.
1 parent 6ca54e3 commit 20abc44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cudnn/convolution.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ using CUDA.CUDNN:
7575
convdims,
7676
math_mode
7777

78-
@testset "cudnn/convolution" begin
78+
# XXX: disabled due to sporadic CI issue (JuliaGPU/CUDA.jl#/725)
79+
false && @testset "cudnn/convolution" begin
7980
T = Float32
8081
ax,aw,ab = randn(T,8,8,4,4),randn(T,3,3,4,4),randn(T,1,1,4,1)
8182
cx,cw,cb = CuArray.((ax,aw,ab))

0 commit comments

Comments
 (0)