| commit | 4bc61a14452cdae09231f1085d40a4b04fbe1f75 | [log] [tgz] |
|---|---|---|
| author | Mengshiun Yu <mengshyu@gmail.com> | Sat Sep 14 23:07:06 2024 -0400 |
| committer | GitHub <noreply@github.com> | Sat Sep 14 23:07:06 2024 -0400 |
| tree | 2d86fb564b2766872c447475e09e25ba1e552712 | |
| parent | e0105e488dd99d5e153428bc1d8c3dec0c324086 [diff] |
[Relax][Transform] Add SelectNode handling in SymbolicMatcher (#17368) This PR added support for handling SelectNode in the SymbolicMatcher class by modifying the VisitExpr_ function to match the true_value and false_value expressions between the current SelectNode and the other expression. If the other expression is not a SelectNode, the matching condition is updated to ensure the current SelectNode expression is equivalent to the other expression.
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.