commit | 4a5e22e869e92b9c12b3bda8b88a0ce8c69b8d30 | [log] [tgz] |
---|---|---|
author | tsu-bin <81693503+tsu-bin@users.noreply.github.com> | Fri Jun 28 12:55:06 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 27 21:55:06 2024 -0700 |
tree | aa25378570ee2ea67fe513c87bebba52e97d85e1 | |
parent | a84adaf0ff39a40ab4cd0867972b805c4733ca10 [diff] |
[BugFix][MetaSchedule] MultiLevelTilingTensorCore generates inconsistent thread-binding sketch for batched matmul (#17012) * [BugFix][MetaSchedule] MultiLevelTilingTensorCore generates inconsistent thread-binding sketch for batched matmul * Update testcase test_meta_schedule_schedule_rule_mlt_tc.py::test_conv_1x1 --------- Co-authored-by: tsu-bin <tsubin@gmail.com>
Documentation | Contributors | Community | Release Notes
Apache TVM is a compiler stack for deep learning systems. It is designed to close the gap between the productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. TVM works with deep learning frameworks to provide end to end compilation to different backends.
TVM is licensed under the Apache-2.0 license.
Check out the TVM Documentation site for installation instructions, tutorials, examples, and more. The Getting Started with TVM tutorial is a great place to start.
TVM adopts apache committer model, we aim to create an open source project that is maintained and owned by the community. Check out the Contributor Guide.
We learned a lot from the following projects when building TVM.