forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BYOC-DNNL] Support DNNL optimal layout (apache#10421)
* enable dnnl optimal layout for supported ops * verfied cv models with onednnv1.7 * rebase to the latest main branch * fix format related comments * remove unnecessary layout transformation * change deconv into conv_transpose * rename some variables and functions * simplify query_layout * add checkes for query_layout * fix lint * move partition_for_dnnl from dnnl.py to test_dnnl.py * remove unnecessary model test * add more dnnl layout * rename flag in convolution.cc * enhance dnnl layout
- Loading branch information
Showing
7 changed files
with
990 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.