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

Commit

Permalink
disable test test_operator_gpu.test_deconvolution
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Feb 13, 2019
1 parent 45978a9 commit 0dd80b5
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 0dd80b5

Please sign in to comment.