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

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


The following commit(s) were added to refs/heads/unity by this push:
     new 84a5e72084 [Unity] Fix broken test in cutlass codegen (#14881)
84a5e72084 is described below

commit 84a5e720842d7b58aa6aab0c8b2d05bc40335823
Author: Lite Ye <[email protected]>
AuthorDate: Thu May 18 15:23:45 2023 -0400

    [Unity] Fix broken test in cutlass codegen (#14881)
    
    Fix broken cutlass test
---
 tests/python/relax/test_codegen_cutlass.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tests/python/relax/test_codegen_cutlass.py 
b/tests/python/relax/test_codegen_cutlass.py
index 75285998a6..000bea7a0c 100644
--- a/tests/python/relax/test_codegen_cutlass.py
+++ b/tests/python/relax/test_codegen_cutlass.py
@@ -386,13 +386,6 @@ def test_matmul_with_3d_bias_offload():
     bias = np.random.randn(1, x_shape[-2], y_shape[-1]).astype(dtype)
     args = (x, y, bias)
 
-    mod = get_relax_matmul_module(
-        x_shape,
-        y_shape,
-        dtype,
-        with_bias=True,
-    )
-
     @tvm.script.ir_module
     class Mod:
         @R.function

Reply via email to