[GitHub] [tvm] Lunderberg commented on a diff in pull request #15577: [Unity] Added known tir.Expr to relax.PrimValue

2023-09-07 Thread via GitHub
Lunderberg commented on code in PR #15577: URL: https://github.com/apache/tvm/pull/15577#discussion_r1318750701 ## tests/python/relax/test_bind_symbolic_vars.py: ## @@ -183,6 +183,91 @@ def expected(A: R.Tensor(["M", 16])): tvm.ir.assert_structural_equal(expected, after)

[GitHub] [tvm] Lunderberg commented on a diff in pull request #15577: [Unity] Added known tir.Expr to relax.PrimValue

2023-09-02 Thread via GitHub
Lunderberg commented on code in PR #15577: URL: https://github.com/apache/tvm/pull/15577#discussion_r1313927771 ## tests/python/relax/test_bind_symbolic_vars.py: ## @@ -183,6 +183,91 @@ def expected(A: R.Tensor(["M", 16])): tvm.ir.assert_structural_equal(expected, after)