-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Issues: pytorch/pytorch
[RFC] Proposed Changes to Feature Tracking & Classification f...
#152134
opened Apr 24, 2025 by
atalman
Open
4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
DISABLED test_weight_norm_bwd_dynamic_shapes_cuda (__main__.DynamicShapesGPUTests)
module: flaky-tests
Problem is a flaky test in CI
module: inductor
module: rocm
AMD GPU support for Pytorch
oncall: pt2
skipped
Denotes a (flaky) test currently skipped in CI.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155517
opened Jun 10, 2025 by
pytorch-bot
bot
DISABLED test_weight_norm_bwd_dynamic_shapes_cuda (__main__.DynamicShapesCodegenGPUTests)
module: flaky-tests
Problem is a flaky test in CI
module: inductor
module: rocm
AMD GPU support for Pytorch
oncall: pt2
skipped
Denotes a (flaky) test currently skipped in CI.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155516
opened Jun 10, 2025 by
pytorch-bot
bot
Unable to find caffe2 when building libtorch from the source and then trying to use it in a cmake project
module: build
Build system issues
module: cpp
Related to C++ API
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155512
opened Jun 10, 2025 by
HugoPhibbs
[cutlass backend] Arch in manifest is not handled correctly if we want to GenerateSM90 on Blackwell
module: inductor
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155511
opened Jun 10, 2025 by
henrylhtsang
PP activation offloading
module: pipelining
Pipeline Parallelism
oncall: distributed
Add this issue/PR to distributed oncall triage queue
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155490
opened Jun 9, 2025 by
H-Huang
sizevars.size_hint is an unbacked shapes footgun
llm-amenable
module: dynamic shapes
module: inductor
oncall: pt2
#155484
opened Jun 9, 2025 by
eellison
[RFC][c10d] Make it easier to act on group
oncall: distributed
Add this issue/PR to distributed oncall triage queue
#155472
opened Jun 9, 2025 by
kwen2501
in partitioner avoid doing replacements on inputs when determining which symnodes to pass to backward.
#155468
opened Jun 9, 2025 by
laithsakka
torch.distributed TCP init method binds socket to all interfaces in all cases
oncall: distributed
Add this issue/PR to distributed oncall triage queue
#155467
opened Jun 9, 2025 by
russellb
AssertionError: found no DeviceMesh from dtensor args for c10d.broadcast_.default!
oncall: distributed
Add this issue/PR to distributed oncall triage queue
#155463
opened Jun 9, 2025 by
bojack123
Weight-only Quantization with high performance on X86 CPU with native PyTorch
release-feature-request
This tag is to mark Feature Tracked for PyTorch OSS Releases
#155435
opened Jun 9, 2025 by
Xia-Weiwen
Add SM100/B200 support for torch._grouped_mm
Blackwell
Specific failures or issues related to sm100 + Cuda arches
module: cuda
Related to torch.cuda, and CUDA support in general
#155434
opened Jun 9, 2025 by
drisspg
[pt2] [Precompile] Store parameters in BundledAOTAutogradCacheEntry
actionable
in progress
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155433
opened Jun 9, 2025 by
jamesjwu
torch._dynamo.exc.Unsupported: Attempted to call function marked as skipped
. Explanation: Dynamo developers have intentionally marked that the function _immutable_list_unflatten
high priority
module: dynamo
module: regression
#155426
opened Jun 8, 2025 by
cw-tan
Backward fails with compiled attention on nested tensors
awaiting response (this tag is deprecated)
This tag is deprecated while we figure out what to do with it
module: nestedtensor
NestedTensor tag see issue #25032
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155421
opened Jun 8, 2025 by
PierreGtch
record_stream + cudagraph + multiple streams leaks memory.
#155398
opened Jun 7, 2025 by
pritamdamania87
crash in torch.histc
module: crash
Problem manifests as a hard crash, as opposed to a RuntimeError
#155393
opened Jun 7, 2025 by
cx104906
OpOverloads should have annotations
module: custom-operators
custom operators, custom ops, custom-operators, custom-ops
module: dispatch
DispatchStub, Type, void pointer table, c10 dispatch
module: pt2-dispatcher
PT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155386
opened Jun 7, 2025 by
zou3519
[custom_op] Custom ops created by @custom_op should get type hints propagated to their OpOverload
internal ramp-up task
Tasks that are suitable for new folks w/ high-touch guidance from senior PyTorch folks
module: custom-operators
custom operators, custom ops, custom-operators, custom-ops
module: pt2-dispatcher
PT2 dispatcher-related issues (e.g., aotdispatch, functionalization, faketensor, custom-op,
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155385
opened Jun 7, 2025 by
zou3519
RuntimeError: Could not find libnvrtc.so. Please make sure CUDA is installed.
better-engineering
Relatively self-contained tasks for better engineering contributors
module: cpp-extensions
Related to torch.utils.cpp_extension
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155378
opened Jun 6, 2025 by
ezyang
Change error to warnning when tensor size mismatch while loading params
module: nn
Related to torch.nn
needs research
We need to decide whether or not this merits inclusion, based on research world
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155368
opened Jun 6, 2025 by
PistonY
[Graph Partition] use pinned memory and foreach when moving cpu scalar tensor to gpu
module: inductor
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155360
opened Jun 6, 2025 by
BoyuanFeng
[dynamo] Fixes to lru_cache Dynamo warning
module: compile ux
UX issues related to torch.compile
module: dynamo
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#155352
opened Jun 6, 2025 by
williamwen42
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.