Skip to content

Commit

Permalink
Just @test_skip for now
Browse files Browse the repository at this point in the history
This will show up in the summary as well for us to keep track of.
  • Loading branch information
ToucheSir authored Jan 10, 2022
1 parent e7149de commit 2bbf729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cuda/layers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function gpu_gradtest(name::String, layers::Vector, x_cpu = nothing, args...; te
# - NVML: 11.0.0+495.29.5
# - CUDNN: 8.20.4 (for CUDA 11.4.0)
# - CUTENSOR: missing
@test y_gpu y_cpu rtol=2 atol=2
@test_skip y_gpu y_cpu rtol=1f-3 atol=1f-3
else
@test y_gpu y_cpu rtol=1f-3 atol=1f-3
end
Expand Down

0 comments on commit 2bbf729

Please sign in to comment.