[GitHub] [tvm] wrongtest-intellif commented on pull request #14343: [TOPI] Fix data race of batch multibox detection

2023-04-01 Thread via GitHub
wrongtest-intellif commented on PR #14343: URL: https://github.com/apache/tvm/pull/14343#issuecomment-1493228948 @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 comme

[GitHub] [tvm] wrongtest-intellif commented on pull request #14448: [TensorIR][Schedule] New primitive `reorder_block_itervar`

2023-04-01 Thread via GitHub
wrongtest-intellif commented on PR #14448: URL: https://github.com/apache/tvm/pull/14448#issuecomment-1493228270 > `transform_block_layout` can change the block iterable variables, but it requires the loops outside the given block to have no branches Is it safe to relax the single sub

[GitHub] [tvm] tqchen commented on pull request #14381: [TIR] Remove LoadNode and StoreNode

2023-04-01 Thread via GitHub
tqchen commented on PR #14381: URL: https://github.com/apache/tvm/pull/14381#issuecomment-1493130743 should be fixed by now, sorry for the trouble -- 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

[GitHub] [tvm] tqchen commented on pull request #14427: [Unity][Hexagon] Allow scalar tensors to have null shape during allocation

2023-04-01 Thread via GitHub
tqchen commented on PR #14427: URL: https://github.com/apache/tvm/pull/14427#issuecomment-1493112809 should be in now -- 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 uns

[GitHub] [tvm] tqchen closed pull request #14427: [Unity][Hexagon] Allow scalar tensors to have null shape during allocation

2023-04-01 Thread via GitHub
tqchen closed pull request #14427: [Unity][Hexagon] Allow scalar tensors to have null shape during allocation URL: https://github.com/apache/tvm/pull/14427 -- 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

[GitHub] [tvm] tqchen commented on pull request #14381: [TIR] Remove LoadNode and StoreNode

2023-04-01 Thread via GitHub
tqchen commented on PR #14381: URL: https://github.com/apache/tvm/pull/14381#issuecomment-1493095218 thanks @masahi for the catching, working to fix it atm, will report back -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[tvm] branch unity updated (a425bc7a39 -> 5c8b7af59c)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git omit a425bc7a39 [Unity] Pattern-based rewriting for dataflow block (#14446) omit 646d50dc27 [Unity][Graph matching] Clean u

[GitHub] [tvm] masahi commented on pull request #14381: [TIR] Remove LoadNode and StoreNode

2023-04-01 Thread via GitHub
masahi commented on PR #14381: URL: https://github.com/apache/tvm/pull/14381#issuecomment-1493093989 @tqchen Seems the latest rebase broke build, since `Load/StoreNode` are used by relax code -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[tvm] branch unity-staging updated (8843e73a6e -> 5c8b7af59c)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard 8843e73a6e [Unity] Fix lint during for upstream black discard 6ffad3374e [Unity] Pattern-based rewriting for data

[tvm] branch unity-staging updated: [Unity] Fix lint during for upstream black

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity-staging by this push: new 8843e73a6e [Unity] Fix lint during fo

[tvm] branch unity-staging updated (a425bc7a39 -> 6ffad3374e)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git omit a425bc7a39 [Unity] Pattern-based rewriting for dataflow block (#14446) omit 646d50dc27 [Unity][Graph matching]

[tvm] branch unity updated (8caeab93f8 -> a425bc7a39)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git omit 8caeab93f8 [Unity] Pattern-based rewriting for dataflow block (#14446) omit a70768ea2d [Unity][Graph matching] Clean u

[tvm] branch unity-rebase-backup-2023-04-01 created (now 8caeab93f8)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-rebase-backup-2023-04-01 in repository https://gitbox.apache.org/repos/asf/tvm.git at 8caeab93f8 [Unity] Pattern-based rewriting for dataflow block (#14446) No new revisions were add

[tvm] branch unity-staging updated (18c19fb830 -> a425bc7a39)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git omit 18c19fb830 [Unity][Frontend] FX exp and strided_slice fix (#14338) omit 6c6985940c [Unity][BYOC] Update testca

[tvm] branch unity updated (a70768ea2d -> 8caeab93f8)

2023-04-01 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git from a70768ea2d [Unity][Graph matching] Clean up undo stack for parent and child nodes properly (#14440) add 8caeab93f8 [

[GitHub] [tvm] tqchen merged pull request #14446: [Unity] Pattern-based rewriting for dataflow block

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

[GitHub] [tvm] infdahai commented on issue #13952: [CI Problem] Merge to `main` branch is not blocked on Github Actions

2023-04-01 Thread via GitHub
infdahai commented on issue #13952: URL: https://github.com/apache/tvm/issues/13952#issuecomment-1492953079 maybe just add `tvm-ci/pr-head` in the end? https://github.com/apache/tvm/commit/7bc90ef6f327bbfb12d09a2d7b7b11ec0ec233a5 -- This is an automated message from the Apache Git Servi

[GitHub] [tvm] LeiWang1999 opened a new pull request, #14449: [Bugfix] Fix unclear pattern replacer behavior in PrintMMAAssembly

2023-04-01 Thread via GitHub
LeiWang1999 opened a new pull request, #14449: URL: https://github.com/apache/tvm/pull/14449 In current cuda codegen, the `PrintMMAAssembly` instantiates the final asm code by replacing the A, B... in the template. However, this matching method is incorrect in some cases, as replacing a si

[GitHub] [tvm] tvm-bot commented on pull request #14449: [Bugfix] Fix unclear pattern replacer behavior in PrintMMAAssembly

2023-04-01 Thread via GitHub
tvm-bot commented on PR #14449: URL: https://github.com/apache/tvm/pull/14449#issuecomment-1492892903 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from