Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inductor] [Quant] Re-structure Quantization testcase pattern matcher check #112570

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    2c41f8b View commit details
    Browse the repository at this point in the history
  2. Update on "[Inductor] [Quant] Re-structure Quantization testcase patt…

    …ern matcher check"
    
    
    **Summary**
    This Diff re-structures Quantization testcase pattern matcher check. Instead of checking all the pattern matched in the Inductor, we will only check the core pattern match count and node numbers such as: dequant promotion, QConv/Linear Unary and QConv Binary.
    
    **TestPlan**
    ```
    python -m pytest test_mkldnn_pattern_matcher.py -k test_q
    ```
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 aakhundov ColinPeppler
    
    [ghstack-poisoned]
    leslie-fang-intel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6ad8822 View commit details
    Browse the repository at this point in the history
  3. Update on "[Inductor] [Quant] Re-structure Quantization testcase patt…

    …ern matcher check"
    
    
    **Summary**
    This Diff re-structures Quantization testcase pattern matcher check. Instead of checking all the pattern matched in the Inductor, we will only check the core pattern match count and node numbers such as: dequant promotion, QConv/Linear Unary and QConv Binary.
    
    **TestPlan**
    ```
    python -m pytest test_mkldnn_pattern_matcher.py -k test_q
    ```
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 aakhundov ColinPeppler
    
    [ghstack-poisoned]
    leslie-fang-intel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    679b7a3 View commit details
    Browse the repository at this point in the history
  4. Update on "[Inductor] [Quant] Re-structure Quantization testcase patt…

    …ern matcher check"
    
    
    **Summary**
    This Diff re-structures Quantization testcase pattern matcher check. Instead of checking all the pattern matched in the Inductor, we will only check the core pattern match count and node numbers such as: dequant promotion, QConv/Linear Unary and QConv Binary.
    
    **TestPlan**
    ```
    python -m pytest test_mkldnn_pattern_matcher.py -k test_q
    ```
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 aakhundov ColinPeppler
    
    [ghstack-poisoned]
    leslie-fang-intel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a655106 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update on "[Inductor] [Quant] Re-structure Quantization testcase patt…

    …ern matcher check"
    
    
    **Summary**
    This Diff re-structures Quantization testcase pattern matcher check. Instead of checking all the pattern matched in the Inductor, we will only check the core pattern match count and node numbers such as: dequant promotion, QConv/Linear Unary and QConv Binary.
    
    **TestPlan**
    ```
    python -m pytest test_mkldnn_pattern_matcher.py -k test_q
    ```
    
    cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 aakhundov ColinPeppler
    
    [ghstack-poisoned]
    leslie-fang-intel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ab5a900 View commit details
    Browse the repository at this point in the history