commit | 18ff9ff89b4617d8925ef6afde233e8d1742a5bd | [log] [tgz] |
---|---|---|
author | YXY-0922 <50567910+YXY-0922@users.noreply.github.com> | Tue Jul 23 02:48:57 2024 +0800 |
committer | GitHub <noreply@github.com> | Mon Jul 22 21:48:57 2024 +0300 |
tree | e3cae3b5066d6c1ed3479de36b052588fbc278dc | |
parent | e5bf56d1f4d4d46cfe4845e4f76c991be35cc332 [diff] |
[MetaSchedule]Add a testcase for padded conv2d in meta_schedule (#17171) ### Bug Fix In the `TileWithTensorIntrin` function, when the `allow_padding` parameter is enabled, the original implementation inlines all consumer blocks. This behavior can lead to incorrect inlining of output blocks, causing issues with block shapes and dependencies. To ensure correct inlining operations, only non-output consumer blocks should be inlined. --------- Co-authored-by: yuxiyue <yuxiyue@CentOS7-Login3.future.cn>
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.