Re: [PR] [CI] Disable flaky unit test [tvm]

2024-04-05 Thread via GitHub
quic-sanirudh merged PR #16837: URL: https://github.com/apache/tvm/pull/16837 -- 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.ap

(tvm) branch main updated: [CI] Disable flaky unit test (#16837)

2024-04-05 Thread sanirudh
This is an automated email from the ASF dual-hosted git repository. sanirudh pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ab94ca3b91 [CI] Disable flaky unit test (#16837) ab94

Re: [PR] [TIR] Use constructor for new PrimFunc in TransformLayout [tvm]

2024-04-05 Thread via GitHub
quic-sanirudh commented on PR #16832: URL: https://github.com/apache/tvm/pull/16832#issuecomment-2039245214 @tvm-bot rerun -- 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. T

Re: [PR] [DLight] Fix a corner case for reduction rule [tvm]

2024-04-05 Thread via GitHub
Hzfengsy merged PR #16848: URL: https://github.com/apache/tvm/pull/16848 -- 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.

(tvm) branch main updated: [DLight] Fix a corner case for reduction rule (#16848)

2024-04-05 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b01de08715 [DLight] Fix a corner case for reduction rul

Re: [PR] [IR] Provide well-formed intermediate in ApplyPassToFunction [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16843: URL: https://github.com/apache/tvm/pull/16843#issuecomment-2039658387 Yup, `relax::ExternFunc` is a subclass of `BaseFunc`, and can be stored directly in an `IRModule`. At some point, I want to use this to specify when the lookup of a `PackedFunc` in the

(tvm) branch main updated: [TVMScript] Produce empty DictAttrs when R.func_attrs is absent (#16844)

2024-04-05 Thread lunderberg
This is an automated email from the ASF dual-hosted git repository. lunderberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b91d4e55b3 [TVMScript] Produce empty DictAttrs when

Re: [PR] [IR] Provide well-formed intermediate in ApplyPassToFunction [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16843: URL: https://github.com/apache/tvm/pull/16843#issuecomment-2039663093 Rebased this PR onto main, since https://github.com/apache/tvm/pull/16844 has now landed. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [TVMScript] Produce empty DictAttrs when R.func_attrs is absent [tvm]

2024-04-05 Thread via GitHub
Lunderberg merged PR #16844: URL: https://github.com/apache/tvm/pull/16844 -- 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.apach

Re: [PR] [TIR] Use constructor for new PrimFunc in TransformLayout [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16832: URL: https://github.com/apache/tvm/pull/16832#issuecomment-2039664039 Rebased this PR onto main as https://github.com/apache/tvm/pull/16837 has now landed. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [MSC][M5.3] Support torch.dynamo for dynamic models [tvm]

2024-04-05 Thread via GitHub
Hzfengsy merged PR #16772: URL: https://github.com/apache/tvm/pull/16772 -- 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.

Re: [PR] [Relax][Analysis] Validate FuncStructInfo correctness [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16833: URL: https://github.com/apache/tvm/pull/16833#issuecomment-2039844557 Well, a check that finds a large number of errors is a good check to have, and a good source of cleanup. Unfortunately, I think it means that this PR will need to sit until I have time

Re: [PR] [Relax] Handle binary operations between Tensor and PrimValue [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16827: URL: https://github.com/apache/tvm/pull/16827#issuecomment-2039885267 @tqchen The requested change has been made, and CI is passing. Any other changes that should be made before merging? -- This is an automated message from the Apache Git Service. To re

Re: [PR] [Relax] Handle binary operations between Tensor and PrimValue [tvm]

2024-04-05 Thread via GitHub
tqchen commented on PR #16827: URL: https://github.com/apache/tvm/pull/16827#issuecomment-2040237968 Sorry i didn't yet have time to do a full look through, will spend sometime this weekend -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [Relax] Handle binary operations between Tensor and PrimValue [tvm]

2024-04-05 Thread via GitHub
tqchen commented on code in PR #16827: URL: https://github.com/apache/tvm/pull/16827#discussion_r1553985826 ## src/relax/op/op_common.h: ## @@ -239,52 +239,91 @@ InferLayoutOutput InferLayoutUnaryEwise(const Call& call, const Map>& desir

[PR] [KVCache] Initialize one extra page than specified [tvm]

2024-04-05 Thread via GitHub
MasterJH5574 opened a new pull request, #16849: URL: https://github.com/apache/tvm/pull/16849 This PR udpates PagedKVCache to initialize one more page than specified via constructor. The reason is that applications usually depends the number of free pages (returned from `GetNumAvailablePage

[PR] Fixing probability comment [tvm]

2024-04-05 Thread via GitHub
thaisacs opened a new pull request, #16850: URL: https://github.com/apache/tvm/pull/16850 This PR fix a comment in the code. -- 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.

Re: [PR] [IR] Provide well-formed intermediate in ApplyPassToFunction [tvm]

2024-04-05 Thread via GitHub
Lunderberg merged PR #16843: URL: https://github.com/apache/tvm/pull/16843 -- 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.apach

(tvm) branch main updated: [IR] Provide well-formed intermediate in ApplyPassToFunction (#16843)

2024-04-05 Thread lunderberg
This is an automated email from the ASF dual-hosted git repository. lunderberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 9b5a7a457f [IR] Provide well-formed intermediate in

Re: [PR] [Relax] Handle binary operations between Tensor and PrimValue [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on code in PR #16827: URL: https://github.com/apache/tvm/pull/16827#discussion_r1554126510 ## src/relax/op/op_common.h: ## @@ -239,52 +239,91 @@ InferLayoutOutput InferLayoutUnaryEwise(const Call& call, const Map>& d

Re: [PR] [Relax] Handle binary operations between Tensor and PrimValue [tvm]

2024-04-05 Thread via GitHub
Lunderberg commented on PR #16827: URL: https://github.com/apache/tvm/pull/16827#issuecomment-2040418113 No problem, and thank you. This isn't a high-priority PR to land, and can certainly wait until after the weekend. -- This is an automated message from the Apache Git Service. To respo

[PR] [Relax,Topi] Allow passing workspace to thrust to avoid allocations [tvm]

2024-04-05 Thread via GitHub
vinx13 opened a new pull request, #16851: URL: https://github.com/apache/tvm/pull/16851 This adds an optional parameter `workspace` to thrust APIs so that a workspace can be passed to replace the internal allocations of thrust. `DispatchSortScan` pass is updated to allocate a workspace by o

[PR] [Relax] Fix EliminiateCommonSubexpr removing alloc tensor [tvm]

2024-04-05 Thread via GitHub
vinx13 opened a new pull request, #16852: URL: https://github.com/apache/tvm/pull/16852 This fixes a bug that CSE removing alloc tensors cc @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

(tvm) branch nightly updated (cd08356e66 -> 9b5a7a457f)

2024-04-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly in repository https://gitbox.apache.org/repos/asf/tvm.git from cd08356e66 [TIR] Fix segfaults from ordering of Let/Assert in MakePackedAPI (#16543) add c93f0bae9b [Meta-Sche