From 23368e9e6db5fe6945bfce9794973b2e5e014efa Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 12 May 2020 14:59:32 -0700 Subject: [PATCH] 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 b7aeeb7ccf37..89775c691650 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""") -@pytest.mark.skip(reason='Error during waitall(). Tracked in #18099') @with_seed() def test_amp_conversion(amp_tests): def check_amp_convert_symbol():