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

[Quant][PT2E] Enable qconv for quantization 2.0 export #104580

Commits on Jul 4, 2023

  1. Enable qconv for quantization 2.0 export

    [ghstack-poisoned]
    leslie-fang-intel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    21eacd8 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    80a9fb8 View commit details
    Browse the repository at this point in the history
  3. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f7a0604 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    78a2579 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8f7c1a1 View commit details
    Browse the repository at this point in the history
  3. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8b4eb59 View commit details
    Browse the repository at this point in the history
  4. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    01a84a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    99c8ecb View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    97bfd1d View commit details
    Browse the repository at this point in the history
  3. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f7993ca View commit details
    Browse the repository at this point in the history
  4. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c60a896 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a60fc29 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4c409e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3185fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    715658f View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8f53a09 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8ae10dc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    12f5695 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6136b52 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6d05daf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    81a55cf View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1c58482 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b83600a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    772550b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2da245a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9dac4ee View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3e3becc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4e03a45 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d156d52 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    70d4f73 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1679d46 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    583d131 View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0b90367 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3800cab View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4da74ec View commit details
    Browse the repository at this point in the history
  2. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b0dca15 View commit details
    Browse the repository at this point in the history
  3. Update on "[Quant][PT2E] Enable qconv for quantization 2.0 export"

    **Summary**
    Enable `qconv1d/2d/3d`, `qconv2d_relu`, `qconv2d_add`, and `qconv2d_add_relu` operator for quantization 2.0 export with oneDNN library.
    
    **Test Plan**
    ```
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv1d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv3d_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_relu_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_pt2e
    python -u -m pytest -s -v test_quantized_op.py -k test_qconv2d_add_relu_pt2e
    ```
    
    cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10
    
    [ghstack-poisoned]
    leslie-fang-intel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e67e9bb View commit details
    Browse the repository at this point in the history