未验证 提交 912a5c30 编写于 作者: W wangchaochaohu 提交者: GitHub

fix the matmul_v2 test for cuda11 (#28635)

上级 82f0b5ea
......@@ -148,8 +148,8 @@ class TestMatMuklOp6(TestMatMulV2Op):
"""
def config(self):
self.x_shape = (1, 2, 100, 1)
self.y_shape = (100, )
self.x_shape = (1, 2, 102, 1)
self.y_shape = (102, )
self.trans_x = True
self.trans_y = False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册