-
Notifications
You must be signed in to change notification settings - Fork 410
Pull requests: pytorch/TensorRT
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add Nanbeige4.2-3B export support
cla signed
#4712
opened Sep 10, 2026 by
micwill755
Collaborator
Loading…
3 of 4 tasks
fix: keep random operations in PyTorch
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
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
documentation
Improvements or additions to documentation
#4711
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
feat: report operators that fall back to PyTorch
cla signed
component: api [Python]
Issues re: Python API
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
#4710
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: run select with a computed index
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: runtime
component: tests
Issues re: Tests
#4709
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: preserve results when evaluating constant tensor operations
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
#4708
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: reject unsupported operators when full compilation is required
cla signed
component: api [Python]
Issues re: Python API
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
#4707
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: preserve integer precision in cumulative sums
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
#4706
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: support dynamic inputs in clone and _to_copy
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
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
#4705
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: support dynamic shapes in gather
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
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
#4704
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: count unsupported operators with side effects
cla signed
component: api [Python]
Issues re: Python API
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
#4703
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: support changing input shapes in log1p
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
#4702
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
fix: handle empty one-dimensional tensors in concatenation
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
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
#4701
opened Sep 10, 2026 by
shoumikhin
Contributor
Loading…
Skip deallocate_module when the FX module is already on CPU.
cla signed
component: api [Python]
Issues re: Python API
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
#4700
opened Sep 9, 2026 by
micwill755
Collaborator
•
11/11
Loading…
6 of 9 tasks
Wrap the live ICudaEngine after compile instead of serialize/deserialize.
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
component: core
Issues re: The core compiler
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
component: runtime
component: tests
Issues re: Tests
#4698
opened Sep 9, 2026 by
micwill755
Collaborator
•
10/11
Loading…
6 of 9 tasks
Skip TRTInterpreter.validate_conversion when partition already proved full support.
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
component: core
Issues re: The core compiler
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#4693
opened Sep 8, 2026 by
micwill755
Collaborator
•
9/11
Loading…
4 of 9 tasks
Always compile Edge engines and dual-profile PI05 language I/O
cla signed
documentation
Improvements or additions to documentation
#4691
opened Sep 8, 2026 by
micwill755
Collaborator
Loading…
3 tasks
fix(dynamo): check bool before int in to_numpy/to_torch
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
component: core
Issues re: The core compiler
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#4689
opened Sep 5, 2026 by
Anai-Guo
Loading…
fix(tests): gate the BF16 suite on the minor SM version for sm_87
cla signed
component: tests
Issues re: Tests
#4688
opened Sep 5, 2026 by
Anai-Guo
Loading…
fix: add the missing f-string prefix to two diagnostic messages
cla signed
component: api [Python]
Issues re: Python API
component: core
Issues re: The core compiler
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
component: fx
component: runtime
fx
#4686
opened Sep 5, 2026 by
Anai-Guo
Loading…
Move Edge exporter to tools/hf
cla signed
component: api [Python]
Issues re: Python API
component: build system
Issues re: Build system
documentation
Improvements or additions to documentation
#4685
opened Sep 5, 2026 by
micwill755
Collaborator
Loading…
2 tasks
fix: name the engine and the binding in execute_engine failures
cla signed
component: core
Issues re: The core compiler
component: runtime
component: tests
Issues re: Tests
#4682
opened Sep 4, 2026 by
SrivastavaKshitij
Loading…
7 of 9 tasks
fix: bind a scalar engine output at rank 0
cla signed
component: api [Python]
Issues re: Python API
component: conversion
Issues re: Conversion stage
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
#4681
opened Sep 4, 2026 by
SrivastavaKshitij
Loading…
5 of 7 tasks
Add an Edge Exporter user guide
cla signed
documentation
Improvements or additions to documentation
#4675
opened Sep 4, 2026 by
micwill755
Collaborator
Loading…
2 tasks
Replace Edge wrappers with family setattr patches
cla signed
component: api [Python]
Issues re: Python API
component: build system
Issues re: Build system
component: tests
Issues re: Tests
#4673
opened Sep 3, 2026 by
micwill755
Collaborator
Loading…
2 tasks
exporters
cla signed
component: api [Python]
Issues re: Python API
component: build system
Issues re: Build system
component: tests
Issues re: Tests
#4672
opened Sep 3, 2026 by
micwill755
Collaborator
Loading…
7 tasks
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.