[tvm] branch nightly updated (5b431f5dd0 -> 2d76c9704f)

2023-07-29 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 5b431f5dd0 [Submodule] Add Flash attention v2 (#15423) add 2d76c9704f [TIR] Generalize implementation of T.macr

[GitHub] [tvm] masahi opened a new pull request, #15439: [Vulkan] Add spirv shuffle instruction support

2023-07-29 Thread via GitHub
masahi opened a new pull request, #15439: URL: https://github.com/apache/tvm/pull/15439 This allows using `builtin::tvm_warp_shuffle()`, `builtin::tvm_warp_shuffle_up/down()` for VK. We need to specify the warp size explicitly as `target = "vulkan -from_device=0 -thread_warp_size=32` to ena

[GitHub] [tvm] tvm-bot commented on pull request #15439: [Vulkan] Add spirv shuffle instruction support

2023-07-29 Thread via GitHub
tvm-bot commented on PR #15439: URL: https://github.com/apache/tvm/pull/15439#issuecomment-1657017625 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

[GitHub] [tvm] junrushao commented on pull request #15434: [Unity][Frontends][Onnx] Improve ConstantOfShape behavior

2023-07-29 Thread via GitHub
junrushao commented on PR #15434: URL: https://github.com/apache/tvm/pull/15434#issuecomment-1656994861 I think I agree. @jwfromm do you like to add a test case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[tvm] branch unity updated: [Unity] cuda graph support for cublas (#15435)

2023-07-29 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new d3d350b858 [Unity] cuda graph support for cublas (#15

[GitHub] [tvm] masahi merged pull request #15435: [Unity] cuda graph support for cublas

2023-07-29 Thread via GitHub
masahi merged PR #15435: URL: https://github.com/apache/tvm/pull/15435 -- 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] masahi commented on pull request #15434: [Unity][Frontends][Onnx] Improve ConstantOfShape behavior

2023-07-29 Thread via GitHub
masahi commented on PR #15434: URL: https://github.com/apache/tvm/pull/15434#issuecomment-1656991470 We expect test cases for a PR like this before merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[tvm] branch unity updated: [Unity] nn.Module Module and Effect (#15438)

2023-07-29 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 0d462a012d [Unity] nn.Module Module and Effect (#1

[GitHub] [tvm] junrushao merged pull request #15438: [Unity] nn.Module Module and Effect

2023-07-29 Thread via GitHub
junrushao merged PR #15438: URL: https://github.com/apache/tvm/pull/15438 -- 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

[GitHub] [tvm] tvm-bot commented on pull request #15438: [Unity] nn.Module Module and Effect

2023-07-29 Thread via GitHub
tvm-bot commented on PR #15438: URL: https://github.com/apache/tvm/pull/15438#issuecomment-1656857909 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

[GitHub] [tvm] cyx-6 opened a new pull request, #15438: [Unity] nn.Module Module and Effect

2023-07-29 Thread via GitHub
cyx-6 opened a new pull request, #15438: URL: https://github.com/apache/tvm/pull/15438 This PR introduces the Module and Effect in the nn frontend. It adds the built-in `Linear`, `RMSNorm` and `Embedding` modules. And it adds a `KVCache` effect. Also, this PR fix the interface of `R.

[GitHub] [tvm] cyx-6 closed pull request #15433: [Unity] nn.Module Module and Effect

2023-07-29 Thread via GitHub
cyx-6 closed pull request #15433: [Unity] nn.Module Module and Effect URL: https://github.com/apache/tvm/pull/15433 -- 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 unsubscri

[tvm] branch main updated: [TIR] Generalize implementation of T.macro to work with other dialects (#15432)

2023-07-29 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz 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 2d76c9704f [TIR] Generalize implementation of T.macro

[GitHub] [tvm] kparzysz-quic merged pull request #15432: [TIR] Generalize implementation of T.macro to work with other dialects

2023-07-29 Thread via GitHub
kparzysz-quic merged PR #15432: URL: https://github.com/apache/tvm/pull/15432 -- 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

[GitHub] [tvm] junrushao closed pull request #15433: [Unity] nn.Module Module and Effect

2023-07-29 Thread via GitHub
junrushao closed pull request #15433: [Unity] nn.Module Module and Effect URL: https://github.com/apache/tvm/pull/15433 -- 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 unsub

[tvm] branch unity updated: [Unity][Frontends][Onnx] Improve ConstantOfShape behavior (#15434)

2023-07-29 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 7903ae1451 [Unity][Frontends][Onnx] Improve Consta

[GitHub] [tvm] junrushao merged pull request #15434: [Unity][Frontends][Onnx] Improve ConstantOfShape behavior

2023-07-29 Thread via GitHub
junrushao merged PR #15434: URL: https://github.com/apache/tvm/pull/15434 -- 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

[GitHub] [tvm] junrushao commented on pull request #15437: [MetaSchedule] Fix mma default rule and disable tuning abort

2023-07-29 Thread via GitHub
junrushao commented on PR #15437: URL: https://github.com/apache/tvm/pull/15437#issuecomment-1656597254 Nice work! -- 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 unsubs

[tvm] branch unity updated: [Unity][DLight] Update GEMV rules (#15429)

2023-07-29 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 3f1469ea82 [Unity][DLight] Update GEMV rules (#154

[GitHub] [tvm] junrushao merged pull request #15429: [Unity][DLight] Update GEMV rules

2023-07-29 Thread via GitHub
junrushao merged PR #15429: URL: https://github.com/apache/tvm/pull/15429 -- 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