Skip to content

Commit

Permalink
Improve optimizations for DNNLOWP support on MKL-DNN (pytorch#18843)
Browse files Browse the repository at this point in the history
Summary:
In this PR, the fusion alogrithms are improved to support DNNLOWP.
1. Enabled conv fusions for DNNLOWP
2. Fused order switch op into following quantize op
3. Improve conv+sum fusion to parse larger scope/window
4. re-org fusion code to fix random crash issue due to changing graph
Pull Request resolved: pytorch#18843

Differential Revision: D15021030

Pulled By: yinghai

fbshipit-source-id: 88d2199d9fc69f392de9bfbe1f291e0ebf78ab08
  • Loading branch information
gujinghui authored and facebook-github-bot committed Apr 20, 2019
1 parent fe87327 commit c96c91d
Show file tree
Hide file tree
Showing 2 changed files with 740 additions and 195 deletions.
Loading

0 comments on commit c96c91d

Please sign in to comment.