Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Disables flaky test test_operator_gpu.test_deconvolution #14146

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def test_2D_with_width(width, grad_req):
# This test is designed to expose an issue with cudnn v7.1.4 algo find() when invoked with large c.
# Algos returned by find() can fail to run with grad_req='add' (wgrad kernel beta parameter == 1.0f).
@with_seed()
@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/10973")
def test_deconvolution_large_c():
problematic_c = 64 * 1024
# The deconvolution accumulates many values, so set large tolerances.
Expand Down