Dheeraj Peri

Results 69 issues of Dheeraj Peri

**Describe the bug** Please download the scripts to reproduce from : https://drive.google.com/drive/folders/15cajAZ9sAZ2Uyix8sDVSYku6QCqDCec7?usp=sharing Command to run : python sample_qat.py. I have a simple model with input layer and a depthwise conv2d...

bug

**Describe the bug** Unable to load the saved model after applying quantization aware training. **System information** TensorFlow version (installed from source or binary): 2.2 TensorFlow Model Optimization version (installed from...

bug

# Description Refactor perf_run.py, add fx2trt backend support, usage via CLI arguments. Added a `benchmark.sh` which is used for internal perf regression testing. ## Type of change - New feature...

cla signed

## Bug Description /* The following test is ambigious and somehow works in TRT 8.2, which might have a bug. This FP16 model has inputs and weights configured to be...

bug
bug: triaged [verified]
component: partitioning

## Bug Description If a tensorrt calibrator implemented using TRT python API is passed to Torch-TRT compilation, it fails due to the object not being recognized. Error : ``` ======================================================================...

bug
component: quantization

**Is your feature request related to a problem? Please describe.** Currently for eg: if aten::append is in prim::If block, it gets removed because it is classified as TRT segment. No...

feature request
component: partitioning

**Is your feature request related to a problem? Please describe.** Support dynamic shapes in the input via automatic fallback. **Describe the solution you'd like** Currently the compilation fails when automatic...

feature request
priority: high
No Activity
component: partitioning

Signed-off-by: Dheeraj Peri # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required...

component: core
component: api [Python]
component: partitioning
cla signed

Fixes https://github.com/pytorch/pytorch/issues/115137 This PR adds: - mark_dynamic API will accept `min`, `max` values to create a bounded constraint on the dim. - test case in test_misc.py which checks if `ConstraintViolationError`...

triaged
open source
module: dynamo
ciflow/inductor

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

documentation
cla signed