Skip to content

Pull requests: pytorch/TensorRT

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Added the dynamic check in the validator cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#3790 opened Aug 22, 2025 by cehongwang Loading…
7 tasks
feat: Enhance capability of engine caching and refitting cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: tests Issues re: Tests component: torch_compile
#3789 opened Aug 20, 2025 by zewenli98 Draft
6 of 7 tasks
fix: fix signature mismatch issue for non-tensor input in plugin converter cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#3788 opened Aug 19, 2025 by bowang007 Loading…
7 tasks
Distributed llama3 example cla signed component: api [Python] Issues re: Python API component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: lowering Issues re: The lowering / preprocessing passes component: runtime component: torch_compile
#3785 opened Aug 19, 2025 by apbose Draft
7 tasks
Changes to TRT-LLM download tool for multigpu distributed case cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: tests Issues re: Tests
#3784 opened Aug 19, 2025 by apbose Draft
Add a testcase for ts compile -> saving with torch_tensorrt.save cla signed component: api [Python] Issues re: Python API component: tests Issues re: Tests
#3778 opened Aug 14, 2025 by narendasan Loading…
7 tasks done
Please do not review: perf test rtx only cla signed WIP Work is in progress, pull request should not be merged yet
#3763 opened Aug 7, 2025 by lanluo-nvidia Draft
7 tasks
Add support for TensorRT-RTX ciflow/binaries/all Build for all Python Versions cla signed component: api [C++] Issues re: C++ API component: api [Python] Issues re: Python API component: build system Issues re: Build system 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: evaluators Issues re: Specific op evaluators component: lowering Issues re: The lowering / preprocessing passes component: partitioning component: runtime component: tests Issues re: Tests documentation Improvements or additions to documentation fx
#3753 opened Aug 6, 2025 by lanluo-nvidia Loading…
7 tasks
add strong typing fix cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#3749 opened Aug 5, 2025 by lanluo-nvidia Draft
7 tasks
cherry pick 3700 to 2.8 release: Broadcast removal cla signed component: api [C++] Issues re: C++ API component: api [Python] Issues re: Python API component: build system Issues re: Build system component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: fx component: lowering Issues re: The lowering / preprocessing passes component: runtime component: tests Issues re: Tests component: torch_compile documentation Improvements or additions to documentation fx
#3747 opened Aug 5, 2025 by cehongwang Loading…
7 tasks
fix: Inferred dimensions at build time in reshape cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#3746 opened Aug 5, 2025 by keehyuna Loading…
4 of 7 tasks
add sliding window support for Gemma3 cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: tests Issues re: Tests
#3742 opened Aug 2, 2025 by lanluo-nvidia Loading…
7 tasks
Tentatively eliminate graph break overhead 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: runtime
#3741 opened Aug 1, 2025 by cehongwang Draft
7 tasks
Feat: Pre-quantized LLM model support cla signed
#3740 opened Aug 1, 2025 by keehyuna Loading…
3 of 7 tasks
feat: Add support for Groot N1.5 model cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: lowering Issues re: The lowering / preprocessing passes component: runtime documentation Improvements or additions to documentation
#3736 opened Jul 31, 2025 by peri044 Loading…
7 tasks
Dynamic memory allocation 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: runtime
#3727 opened Jul 29, 2025 by cehongwang Loading…
7 tasks
fix: Remove type casting in matmul and add scalar tensor conversion cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths
#3713 opened Jul 24, 2025 by keehyuna Loading…
7 tasks
addressing ngc aarch64 error cla signed
#3705 opened Jul 23, 2025 by apbose Loading…
integrated vlm code for benchmark for Eagle2 cla signed documentation Improvements or additions to documentation
#3698 opened Jul 21, 2025 by chohk88 Loading…
6 of 7 tasks
Index converter dynamic cases fix cla signed component: api [Python] Issues re: Python API component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: tests Issues re: Tests
#3694 opened Jul 17, 2025 by apbose Loading…
Added warnings if the model is in training mode cla signed component: api [Python] Issues re: Python API component: dynamo Issues relating to the `torch.compile` or `torch._dynamo.export` paths component: runtime
#3676 opened Jul 10, 2025 by cehongwang Loading…
7 tasks
Lluo/lan fix torch compile gpt2 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: runtime WIP Work is in progress, pull request should not be merged yet
#3671 opened Jul 8, 2025 by lanluo-nvidia Draft
7 tasks
chore: Fix path in FLUX demo cla signed
#3654 opened Jul 3, 2025 by peri044 Loading…
7 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.