-
Notifications
You must be signed in to change notification settings - Fork 362
Pull requests: pytorch/TensorRT
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: support masked_scatter by lowering path and corner case of maske…
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: tests
Issues re: Tests
#3476
opened Apr 15, 2025 by
chohk88
Loading…
6 of 7 tasks
fix: index_put converter to handle multi-shape slicing with None
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
#3475
opened Apr 15, 2025 by
chohk88
Loading…
7 tasks
Toolchains for aarch64 platforms
cla signed
component: api [C++]
Issues re: C++ 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: 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
#3474
opened Apr 15, 2025 by
narendasan
Loading…
7 tasks
slight code reorg and bug correction for cross_compile
cla signed
component: api [Python]
Issues re: Python API
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
needs-release-cherrypick
#3472
opened Apr 14, 2025 by
apbose
Loading…
bf16 support for elementwise operation
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
needs-release-cherrypick
#3462
opened Apr 2, 2025 by
apbose
Loading…
fix: cherry pick PR of 3445
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
needs-release-cherrypick
#3457
opened Apr 1, 2025 by
peri044
Loading…
7 tasks
chore: reenable py313
ciflow/binaries/all
Build for all Python Versions
cla signed
component: api [Python]
Issues re: Python API
component: build system
Issues re: Build system
component: conversion
Issues re: Conversion stage
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
component: tests
Issues re: Tests
needs-release-cherrypick
Add support for JetPack 6.2 build
cla signed
component: build system
Issues re: Build system
documentation
Improvements or additions to documentation
needs-release-cherrypick
#3453
opened Mar 28, 2025 by
johnnynunez
Loading…
Added CPU offloading
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
#3452
opened Mar 26, 2025 by
cehongwang
Loading…
7 tasks
feat: rmsnorm lowering
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
needs-release-cherrypick
#3440
opened Mar 12, 2025 by
bowang007
Loading…
7 tasks
feat: Support flashinfer.rmsnorm
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
needs-release-cherrypick
#3424
opened Mar 4, 2025 by
bowang007
Loading…
7 tasks
Added flux demo
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: runtime
component: tests
Issues re: Tests
#3418
opened Feb 27, 2025 by
cehongwang
Loading…
7 tasks
chore(deps): bump transformers from 4.40.2 to 4.48.0 in /tests/py
cla signed
component: dependencies
Issues around dependencies
component: tests
Issues re: Tests
python
Pull requests that update Python code
#3412
opened Feb 24, 2025 by
dependabot
bot
Loading…
TRT-LLM loading mechanism tool
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
#3398
opened Feb 14, 2025 by
apbose
Loading…
7 tasks
chore: Bug fix / doc updates for tensor parallel examples
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: lowering
Issues re: The lowering / preprocessing passes
component: runtime
component: torch_compile
#3378
opened Feb 3, 2025 by
peri044
Loading…
7 tasks
Tensor parallel documentation
cla signed
documentation
Improvements or additions to documentation
#3359
opened Jan 17, 2025 by
apbose
Loading…
7 tasks
chore: bug fixes for padding mode in pooling layer
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
#3065
opened Aug 6, 2024 by
peri044
Loading…
7 tasks
Enabled python runtime saving
cla signed
component: api [Python]
Issues re: Python API
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
component: runtime
#2999
opened Jul 11, 2024 by
cehongwang
Loading…
7 tasks
feat: Add toggle for fallback to Inductor
cla signed
component: api [Python]
Issues re: Python API
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
component: torch_compile
examples: Add example usage script for Function/Module-level acceleration
cla signed
component: dynamo
Issues relating to the `torch.compile` or `torch._dynamo.export` paths
documentation
Improvements or additions to documentation
Story: Dynamo Compile Improvements
Issues relating to improvement of the Dynamo compile path
#2103
opened Jul 12, 2023 by
gs-olive
Loading…
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.