Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-15 Thread via GitHub
ekalda commented on PR #16862: URL: https://github.com/apache/tvm/pull/16862#issuecomment-2057241247 Thanks @lhutton1 :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-15 Thread via GitHub
ekalda merged PR #16862: URL: https://github.com/apache/tvm/pull/16862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.or

Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-12 Thread via GitHub
lhutton1 commented on code in PR #16862: URL: https://github.com/apache/tvm/pull/16862#discussion_r1562343236 ## tests/python/arith/test_arith_simplify.py: ## @@ -53,6 +56,33 @@ def test_simplify_symbolic_comparison(): assert ana.can_prove((n + 31) // 32 * 32 >= i0 * 32 + i

Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-12 Thread via GitHub
lhutton1 commented on code in PR #16862: URL: https://github.com/apache/tvm/pull/16862#discussion_r1562342420 ## src/arith/scalable_expression.cc: ## @@ -50,5 +66,20 @@ std::optional ExtractVscaleFactor(const PrimExpr& lanes) { } } +bool CanProveVscaleExpressionFromKnownV

Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-11 Thread via GitHub
ekalda commented on code in PR #16862: URL: https://github.com/apache/tvm/pull/16862#discussion_r1560717574 ## tests/python/arith/test_arith_simplify.py: ## @@ -53,6 +56,33 @@ def test_simplify_symbolic_comparison(): assert ana.can_prove((n + 31) // 32 * 32 >= i0 * 32 + i1,

Re: [PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-10 Thread via GitHub
lhutton1 commented on PR #16862: URL: https://github.com/apache/tvm/pull/16862#issuecomment-2047480696 cc @ekalda @Lunderberg @cbalint13 @Anndrey24 @tqchen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[PR] [SVE] Support splitting by vscale in `tir::split` and `te::split` [tvm]

2024-04-09 Thread via GitHub
lhutton1 opened a new pull request, #16862: URL: https://github.com/apache/tvm/pull/16862 This commit adds support for splitting via the compile-time unknown constant `vscale`. Two main changes are introduced; they are described below. The split scheduling primitive has a new paramete