This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 23368e9e6db5fe6945bfce9794973b2e5e014efa Author: Leonard Lausen <[email protected]> AuthorDate: Tue May 12 14:59:32 2020 -0700 Enable test_amp_conversion TVMOP feature is now disabled on GPU builds, which caused this test to fail previously --- tests/python/gpu/test_contrib_amp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/gpu/test_contrib_amp.py b/tests/python/gpu/test_contrib_amp.py index b7aeeb7..89775c6 100644 --- a/tests/python/gpu/test_contrib_amp.py +++ b/tests/python/gpu/test_contrib_amp.py @@ -104,7 +104,6 @@ def test_amp_coverage(amp_tests): - If you are not sure which list to choose, FP32_FUNCS is the safest option""") [email protected](reason='Error during waitall(). Tracked in #18099') @with_seed() def test_amp_conversion(amp_tests): def check_amp_convert_symbol():
