Skip to content

fix(dynamo): handle symbolic converter parameters - #4633

Open
narendasan wants to merge 1 commit into
narendasan/fix-converter-profile-edge-casesfrom
narendasan/fix-symbolic-converter-parameters
Open

fix(dynamo): handle symbolic converter parameters#4633
narendasan wants to merge 1 commit into
narendasan/fix-converter-profile-edge-casesfrom
narendasan/fix-symbolic-converter-parameters

Conversation

@narendasan

Copy link
Copy Markdown
Collaborator

Summary

  • inspect FX nodes nested in list, tuple, and dict converter arguments when validating dynamic shapes
  • make runtime split sections decline TensorRT conversion and fall back cleanly instead of reaching Python offset arithmetic as ITensors
  • normalize dynamic arange start, end, and step operands to one TensorRT Fill dtype
  • retain the established Int64 output contract while handling rank-0 LINSPACE alpha inputs

Issues

Closes #4606
Closes #4625

Tests

Stack

7 of 7. Base: #4632.

@github-actions github-actions Bot added component: tests Issues re: Tests component: conversion Issues re: Conversion stage component: core Issues re: The core compiler component: converters Issues re: Specific op converters component: api [Python] Issues re: Python API component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths labels Aug 28, 2026
@meta-cla meta-cla Bot added the cla signed label Aug 28, 2026
@github-actions
github-actions Bot requested a review from zewenli98 August 28, 2026 03:03
@narendasan
narendasan requested a review from apbose August 28, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: core Issues re: The core compiler component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: tests Issues re: Tests

Projects

None yet

1 participant