Re: [PR] [Relax][Frontend] Fix sort, argsort and topk in nn module [tvm]

2024-04-15 Thread via GitHub
Hzfengsy commented on PR #16886: URL: https://github.com/apache/tvm/pull/16886#issuecomment-2058264838 cc @vinx13 -- 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

(tvm) branch nightly updated (a64d1f1cc3 -> d4056ca795)

2024-04-15 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 a64d1f1cc3 [TIR] Make T.reinterpret nop when dtype is the same (#16879) add f267691fa4 [Relax] Stabilize relax

Re: [I] [Bug] InitCCLPerWorker Fails when using AMD GPU Bridge [tvm]

2024-04-15 Thread via GitHub
TNT3530 closed issue #16393: [Bug] InitCCLPerWorker Fails when using AMD GPU Bridge URL: https://github.com/apache/tvm/issues/16393 -- 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

[PR] Bump sqlparse from 0.4.3 to 0.5.0 in /apps/microtvm [tvm]

2024-04-15 Thread via GitHub
dependabot[bot] opened a new pull request, #16885: URL: https://github.com/apache/tvm/pull/16885 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.0. Changelog Sourced from https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG;>sqlparse's

(tvm) branch dependabot/pip/apps/microtvm/sqlparse-0.5.0 created (now 824003e6f5)

2024-04-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/apps/microtvm/sqlparse-0.5.0 in repository https://gitbox.apache.org/repos/asf/tvm.git at 824003e6f5 Bump sqlparse from 0.4.3 to 0.5.0 in /apps/microtvm No new

[PR] [dlight] Add check for matmul dtype and fix reduction rule [tvm]

2024-04-15 Thread via GitHub
vinx13 opened a new pull request, #16884: URL: https://github.com/apache/tvm/pull/16884 This adds a check of dtype before applying tensorization rule and fixes return value of reduction rule cc @tqchen -- This is an automated message from the Apache Git Service. To respond to the

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

(tvm) branch main updated (f267691fa4 -> d4056ca795)

2024-04-15 Thread ekalda
This is an automated email from the ASF dual-hosted git repository. ekalda pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from f267691fa4 [Relax] Stabilize relax pass mutation order (#16883) add d4056ca795 [SVE] Support splitting by vscale in

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:

(tvm) branch main updated (a64d1f1cc3 -> f267691fa4)

2024-04-15 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from a64d1f1cc3 [TIR] Make T.reinterpret nop when dtype is the same (#16879) add f267691fa4 [Relax] Stabilize relax pass

Re: [PR] [Relax] Stabilize relax pass mutation order [tvm]

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

[PR] [Relax] Stabilize relax pass mutation order [tvm]

2024-04-15 Thread via GitHub
Hzfengsy opened a new pull request, #16883: URL: https://github.com/apache/tvm/pull/16883 The current implementation of the relax pass is not stable, to be more specific, the order of the mutation is not stable. This PR aims to stabilize the mutation order of the relax pass, and further