fix the matmul_v2 test for cuda11 (#28635)

musl/fix_failed_unittests_in_musl
wangchaochaohu 5 years ago committed by GitHub
parent 82f0b5ea5c
commit 912a5c30b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save