Cheng Hang

Results 5 issues of Cheng Hang

Signed-off-by: Cheng Hang # Description Previously, when encountered ops/modules that have to fall back and meanwhile dynamic shape is used, shape analysis would fail when doing `generateRandomInputs()`, because tensors with...

component: lowering
component: core
WIP
component: partitioning
cla signed

## Unsupported operator: aten::atan2(Tensor self, Tensor other) -> (Tensor) - **Function Schema**: aten::atan2(Tensor self, Tensor other) -> (Tensor) - **Original PyTorch API**: torch.atan2(input, other, *, out=None) → [Tensor] - **Relevant...

feature request
component: converters
component: partitioning

## Bug Description In dynamic fallback scenarios, the shape analysis will fail in `generateRandomInputs` phase. ```bash Traceback (most recent call last): File "main.py", line 56, in main() File "main.py", line...

bug
component: partitioning

Signed-off-by: Cheng Hang # Description According to the current design, every module is by default compiled to TensorRT execpt those modules included in torch_executed_modules. However, in some cases, for example,...

component: lowering
component: core
WIP
component: api [Python]
No Activity
cla signed

A FasterRMSNorm implementation (similar to FasterLayerNorm).