(tvm) branch nightly updated (a2511cc516 -> 57316dae14)

2024-04-21 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 a2511cc516 [QoL][Relax] Use SeqExpr in IR types when SeqExpr is required (#16859) add 6b77cbabe8 [Misc]

[PR] [Marvell BYOC]: Marvell AI Accelerator Integration - Phase 2 [tvm]

2024-04-21 Thread via GitHub
f2013519 opened a new pull request, #16915: URL: https://github.com/apache/tvm/pull/16915 ### Background: This PR adds Marvell software runtime support as outlined in the pre-RFC here (refer to Phasing section, Phase 2):

(tvm) branch main updated: [Web] Support string[] in setPackedFunc() and exceptionally long arrays (#16910)

2024-04-21 Thread ruihangl
This is an automated email from the ASF dual-hosted git repository. ruihangl 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 57316dae14 [Web] Support string[] in setPackedFunc()

Re: [PR] [Web] Support string[] in setPackedFunc() and exceptionally long arrays [tvm]

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

(tvm) branch main updated: [Misc] Enhance Release Note Script and Remove Useless File (#16913)

2024-04-21 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen 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 6b77cbabe8 [Misc] Enhance Release Note Script and

Re: [PR] [Misc] Enhance Release Note Script and Remove Useless File [tvm]

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

Re: [PR] [Web] Support string[] in setPackedFunc() and exceptionally long arrays [tvm]

2024-04-21 Thread via GitHub
CharlieFRuan commented on code in PR #16910: URL: https://github.com/apache/tvm/pull/16910#discussion_r1573844188 ## src/runtime/container.cc: ## @@ -49,6 +49,23 @@ TVM_REGISTER_GLOBAL("runtime.Array").set_body([](TVMArgs args, TVMRetValue* ret) *ret = Array(data); });

[PR] [Misc] Enhance Release Note Script and Remove Useless File [tvm]

2024-04-21 Thread via GitHub
ysh329 opened a new pull request, #16913: URL: https://github.com/apache/tvm/pull/16913 Enhance Release Note Script and Remove Useless File -- 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

Re: [I] [VOTE] Release Apache TVM v0.16.0.rc0 [tvm]

2024-04-21 Thread via GitHub
ysh329 commented on issue #16912: URL: https://github.com/apache/tvm/issues/16912#issuecomment-2068038126 # Check ```bash $ wget -c https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.16.0-rc0/apache-tvm-src-v0.16.0.rc0.tar.gz $ wget -c

Re: [I] [Release] v0.16.0 release schedule [tvm]

2024-04-21 Thread via GitHub
ysh329 commented on issue #16857: URL: https://github.com/apache/tvm/issues/16857#issuecomment-2068037214 Hi all, vote starts (https://github.com/apache/tvm/issues/16912). Everyone is welcomed to vote. Please vote by replying to this thread (https://github.com/apache/tvm/issues/16912)

[I] [VOTE] Release Apache TVM v0.16.0.rc0 [tvm]

2024-04-21 Thread via GitHub
ysh329 opened a new issue, #16912: URL: https://github.com/apache/tvm/issues/16912 Dear TVM community, This is a call for vote to release Apache TVM version v0.16.0. for any edits you would like to see included in the release notes. Link to release notes:

Re: [I] [Release] v0.16.0 release schedule [tvm]

2024-04-21 Thread via GitHub
ysh329 commented on issue #16857: URL: https://github.com/apache/tvm/issues/16857#issuecomment-2068034546 Hi all, pre-release published: https://github.com/apache/tvm/releases/tag/v0.16.0.rc0 . -- This is an automated message from the Apache Git Service. To respond to the message, please

svn commit: r68686 - in /dev/tvm/tvm-v0.16.0-rc0: ./ apache-tvm-src-v0.16.0.rc0.tar.gz apache-tvm-src-v0.16.0.rc0.tar.gz.asc apache-tvm-src-v0.16.0.rc0.tar.gz.sha512

2024-04-21 Thread ysh329
Author: ysh329 Date: Sun Apr 21 12:56:15 2024 New Revision: 68686 Log: Add v0.16.0 RC0 Added: dev/tvm/tvm-v0.16.0-rc0/ dev/tvm/tvm-v0.16.0-rc0/apache-tvm-src-v0.16.0.rc0.tar.gz (with props) dev/tvm/tvm-v0.16.0-rc0/apache-tvm-src-v0.16.0.rc0.tar.gz.asc

Re: [PR] [Web] Support string[] in setPackedFunc() and exceptionally long arrays [tvm]

2024-04-21 Thread via GitHub
tqchen commented on code in PR #16910: URL: https://github.com/apache/tvm/pull/16910#discussion_r1573734081 ## src/runtime/container.cc: ## @@ -49,6 +49,23 @@ TVM_REGISTER_GLOBAL("runtime.Array").set_body([](TVMArgs args, TVMRetValue* ret) *ret = Array(data); }); +//

[I] [Release] v0.16.0 Release Candidate Notes [tvm]

2024-04-21 Thread via GitHub
ysh329 opened a new issue, #16911: URL: https://github.com/apache/tvm/issues/16911 # Introduction The TVM community has worked since the v0.15.0 release to deliver the following new exciting improvements! This release version is: - **First support of Relax**, with dynamic