This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f53e7a24d [skip ci][ci][paddle] Disable flaky test_forward_group_norm 
(#11436)
3f53e7a24d is described below

commit 3f53e7a24d5ed00351ec953a59bc235c538cc59c
Author: driazati <[email protected]>
AuthorDate: Tue May 24 23:02:56 2022 -0700

    [skip ci][ci][paddle] Disable flaky test_forward_group_norm (#11436)
    
    See #11435
    
    Co-authored-by: driazati <[email protected]>
---
 tests/python/frontend/paddlepaddle/test_forward.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/frontend/paddlepaddle/test_forward.py 
b/tests/python/frontend/paddlepaddle/test_forward.py
index 0f243e0ea0..b6caac1f20 100644
--- a/tests/python/frontend/paddlepaddle/test_forward.py
+++ b/tests/python/frontend/paddlepaddle/test_forward.py
@@ -707,6 +707,7 @@ def test_forward_gather_nd():
         verify_model(GatherNd(), [x_data, y_data])
 
 
[email protected](reason="See https://github.com/apache/tvm/issues/11435";)
 @tvm.testing.uses_gpu
 def test_forward_group_norm():
     class GroupNorm(nn.Layer):

Reply via email to