Dheeraj Peri

Results 69 issues of Dheeraj Peri

component: converters

# 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....

component: tests
component: lowering
component: conversion
component: core
component: converters
component: api [Python]
component: runtime
cla signed
component: dynamo
component: torch_compile

# Description This PR does the following 1) The default behavior is all converters are marked `dynamic=False`. 2) We conservatively/explicitly mark `dynamic=True` for the nodes we know that support dynamic...

component: tests
component: conversion
component: api [Python]
cla signed
component: dynamo

## Bug Description ``` File "/home/dperi/.pyenv/versions/3.11.7/lib/python3.11/site-packages/torch/functional.py", line 126, in broadcast_shapes raise RuntimeError(f"Trying to create tensor with negative dimension ({shape[i]}): ({shape[i]})") RuntimeError: Trying to create tensor with negative dimension (-1): (-1)...

bug

# 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....

component: tests
component: api [Python]
cla signed

chore: fixes chore: update docker chore: fix build-test chore: update docker readme # Description Please include a summary of the change and which issue is fixed. Please also include relevant...

component: tests
cla signed

## Bug Description Using main branch, BERT torchscript test fails FAILED models/test_models.py::TestModels::test_bert_base_uncased - RuntimeError: Schema not found for node. File a bug report. Node: %6932 : int = aten::add(%5840, %6931,...

bug

# Description Fix a bug when the module outputs are non-tensors (example: torch.ops.aten.sym_size will return integers) ## Type of change Please delete options that are not relevant and/or add your...

component: conversion
component: api [Python]
cla signed
component: dynamo

# Description This PR adds FP8 & BF16 datatype support. It also implements converter for FP8 quantized ops. ## Type of change Please delete options that are not relevant and/or...

documentation
component: tests
component: lowering
component: conversion
component: converters
component: api [Python]
cla signed
component: dynamo
component: torch_compile

## Bug Description FAILED runtime/test_python_runtime.py::TestLowRankInputs::test_1D_input - AssertionError: 61.15180206298828 != 0 within 7 places (61.15180206298828 difference) : 1D-Tensor TRT outputs don't match with the original model. ## To Reproduce Steps to...

bug