id
int64
2.74B
3.05B
title
stringlengths
1
255
user
stringlengths
2
26
state
stringclasses
2 values
labels
listlengths
0
24
comments
int64
0
206
author_association
stringclasses
4 values
body
stringlengths
7
62.5k
is_title
bool
1 class
2,822,370,384
Enable ruff F841 on numpy tests
cyyever
closed
[ "module: tests", "module: numpy", "open source", "Merged", "ciflow/trunk", "topic: not user facing" ]
6
COLLABORATOR
Fixes #ISSUE_NUMBER cc @mruberry @ZainRizvi @rgommers
true
2,822,369,004
DISABLED test_ord (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_ord&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36448427013). Over the past 3 hours, it has been determined flaky in...
true
2,822,368,984
DISABLED test_module_with_params_called_fails (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_module_with_params_called_fails&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36448427013). Over the past 3 hours, it ...
true
2,822,368,934
DISABLED test_script_star_assign (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_script_star_assign&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36449013532). Over the past 3 hours, it has been dete...
true
2,822,368,898
DISABLED test_script_bool_constant (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_script_bool_constant&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36448829087). Over the past 3 hours, it has been de...
true
2,822,365,968
Adding the best autotuner config
Mingming-Ding
closed
[ "fb-exported", "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
4
CONTRIBUTOR
Summary: Adding logs to log the best config for autotune configs Test Plan: Testing in Mast : aps-omnifmv1-5_32_test_with_best_config-c5e9ceccf8 {F1974838864} Reviewed By: oulgen Differential Revision: D68931164 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @we...
true
2,822,344,016
Use std::string_view in tests
cyyever
closed
[ "triaged", "open source", "Merged", "ciflow/trunk", "topic: not user facing" ]
6
COLLABORATOR
Fixes #ISSUE_NUMBER
true
2,822,333,182
File based multi gpu
cbe135
open
[ "oncall: distributed", "triaged" ]
4
NONE
### 🐛 Describe the bug While trying to implement file-based distributed training with either local file or shared file with dist.init_process_group(backend="nccl", init_method="file:///..." or "file://////..." , world_size=num_gpus, rank=world_rank) I get socketStartConnect: Connect to ... failed : Software caused ...
true
2,822,333,001
[NCCL] Segfault in topology path selection when calculating max bandwidth on nightly
cora-codes
open
[ "oncall: distributed", "triaged", "module: nccl" ]
4
NONE
### 🐛 Describe the bug This issue has came up repeatedly on nightly and I cannot figure out how to fix it. ```python import torch torch.distributed.init_process_group(backend="nccl", device_id=torch.device(0), rank=0, world_size=1) torch.distributed.barrier() ``` Then I run this trivial reproduction: ``` MASTER_AD...
true
2,822,307,068
[dynamo] log recompile reason to dynamo_compile
xmfan
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo", "ciflow/inductor" ]
6
MEMBER
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146117 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames
true
2,822,206,599
[dynamo][builtin-skipfiles-cleanup] Remove inspect
anijain2305
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo", "ciflow/inductor", "keep-going" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146339 * __->__ #146116 * #146322 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames
true
2,822,204,826
move and fix logic to update unbacked bindings
avikchaudhuri
open
[ "fb-exported", "Merged", "Reverted", "Stale", "ciflow/trunk", "ciflow/inductor", "release notes: export", "ci-no-td" ]
22
CONTRIBUTOR
Summary: Previously we were touching up unbacked bindings between Dynamo and AOTAutograd in strict export, but the logic had a bug: if an unbacked symint gets substituted by a backed symint, we would put the backed symint in the unbacked bindings (the check `is_symbol` was not enough here). This PR fixes this logic...
true
2,822,175,157
[fsdp2] mixed precision missing `buffer_dtype`
leonardo0lyj
closed
[]
3
NONE
Hi Andrew @awgu 😊, As a big fan of FSDP2, I found an potential missing feature in its mixed precision, when compared with your FSDP1: Recall the mixed precision of FSDP1 has the [`buffer_dtype`](https://github.com/pytorch/pytorch/blob/e6704a2447a04349e6b021817a2bf2f601215e67/torch/distributed/fsdp/api.py#L124): ```...
true
2,822,175,032
Fix logging and test files which misspell "precision"
danielvegamyhre
closed
[ "Merged", "ciflow/trunk", "release notes: linalg_frontend" ]
18
CONTRIBUTOR
Noticed this while working on something, decided to submit a quick fix.
true
2,822,167,453
[export] Fix symfloat serialization
angelayi
closed
[ "Merged", "ciflow/trunk", "ciflow/inductor", "release notes: export" ]
4
CONTRIBUTOR
Fixes #ISSUE_NUMBER
true
2,822,140,811
[scan] Support lowering and lifted arguments for inductor
bohnstingl
open
[ "triaged", "oncall: pt2", "module: higher order operators", "module: pt2-dispatcher" ]
1
COLLABORATOR
### 🚀 The feature, motivation and pitch Currently we support lifted arguments for `scan` only in dynamo and there is also no lowering support. This issue is a follow-up on https://github.com/pytorch/pytorch/pull/146110 cc @chauhang @penguinwu @zou3519 @ydwu4 @bdhirsh @yf225 ### Alternatives _No response_ ### Add...
true
2,822,140,618
[scan] Corrections for scan
bohnstingl
closed
[ "triaged", "open source", "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo" ]
9
COLLABORATOR
This PR resolves some minor issues with the scan HOP and unifies the handling of the additional_inputs in the same way as for associative_scan. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames @ydwu4
true
2,822,122,750
cpp_wrapper: fix inductor triton tests
benjaminglass1
closed
[ "open source", "Merged", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
4
COLLABORATOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #147225 * #146706 * #147403 * #146991 * #147215 * #146424 * __->__ #146109 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8...
true
2,822,111,187
[associative_scan] Support lifted arguments for inductor
bohnstingl
open
[ "triaged", "oncall: pt2" ]
1
COLLABORATOR
### 🚀 The feature, motivation and pitch Currently we support lifted arguments for `associative_scan` only in dynamo, but not in inductor. This issue is a follow-up on https://github.com/pytorch/pytorch/pull/140043 cc @chauhang @penguinwu @ydwu4 ### Alternatives _No response_ ### Additional context _No response_
true
2,822,110,655
[export] Include metadata in FlatArgsAdapter
angelayi
closed
[ "fb-exported", "Merged", "ciflow/trunk", "release notes: export" ]
7
CONTRIBUTOR
Summary: With https://github.com/pytorch/pytorch/pull/145956, which introduces storing a list of namedtuple field names when serializing, we now want to expose this list to the args adapater so that APS can utilize this information and remove extraneous inputs. Test Plan: No-op Differential Revision: D68928416
true
2,822,094,265
[export] Fix draft-export logging
angelayi
closed
[ "fb-exported", "Merged", "ciflow/trunk", "release notes: export" ]
7
CONTRIBUTOR
Summary: Fix issue where the lazyTraceHandler does not exist Test Plan: CI Differential Revision: D68928070
true
2,822,088,039
[CMake] Delete Caffe2 inspect_gpu binary
malfet
closed
[ "Merged", "ciflow/trunk", "topic: not user facing" ]
6
CONTRIBUTOR
As it's unbuildable right now, as headers it depends on are gone Fixes https://github.com/pytorch/pytorch/issues/146042
true
2,822,085,937
[DO NOT MERGE] Testing C2 MI300 cluster.
saienduri
closed
[ "module: rocm", "open source", "Stale", "topic: not user facing", "ciflow/unstable" ]
2
CONTRIBUTOR
This PR is to test the stability of the C2 MI300x cluster. cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd
true
2,822,066,290
add node mapping processing
yushangdi
closed
[ "fb-exported", "Merged", "ciflow/trunk", "topic: not user facing", "fx", "module: inductor", "module: dynamo", "ciflow/inductor" ]
14
CONTRIBUTOR
Summary: Add `node_mapping = create_node_mapping(pre_grad_graph_id, inductor_post_to_pre_grad_nodes, debug_info)`, to produce a `inductor_provenance_tracking_node_mappings.json` file. This file will be used by the provenance tracking highlighter tool to create provenance visualization. `inductor_triton_kernel_to_po...
true
2,822,045,660
Use OrderedSet in _functorch/partitioners
masnesral
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146102 In an attempt to make partitioning more deterministic, change all sets in partitioners.py to OrderedSets. Note that this change does not fix the non-determinism we're seeing in the internal model. But let's at least elimina...
true
2,822,038,276
(WIP) Update NJT ops to check data for raggedness check
soulitzer
open
[ "release notes: nested tensor", "module: dynamo", "ciflow/inductor", "no-stale" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146172 * __->__ #146101 * #145922 * #141842 * #141841 * #146052 Some Issues: 1. The way we use ephemeral sources doesn't work well with this case https://github.com/pytorch/pytorch/pull/145957#issuecomment-2632338330 so the bac...
true
2,822,036,390
[AOTI] Fix a memory leak in package boxed_run
desertfire
closed
[ "Merged", "ciflow/trunk", "topic: bug fixes", "module: inductor", "ciflow/inductor", "release notes: inductor" ]
6
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146100 Summary: AOTIModelPackageLoaderPybind::boxed_run missed a decref when constructing the returned py::list. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx ...
true
2,822,022,839
[CI][Distributed] Fix edge case: One rank case (Rank 0) should get [False, False]
nWEIdia
closed
[ "oncall: distributed", "open source", "Merged", "ciflow/trunk", "topic: not user facing" ]
9
COLLABORATOR
To match the expected tensor (i.e. 2nd element in the array). Making rank0 receive [False, False] Fixes one of the issues reported in #146094 cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o @seemethere @malfet @eqy @ptrblck @tinglvv
true
2,822,017,260
Move get accelerator to use build time flags when possible
albanD
closed
[ "oncall: distributed", "Merged", "Reverted", "ciflow/trunk", "release notes: python_frontend", "topic: bug fixes", "ciflow/mps", "ciflow/xpu", "ci-no-td" ]
26
COLLABORATOR
This PR does two main things (they are in a single PR to show how the newly added APIs are used). - Add isBuilt and isAvailable APIs to the AcceleratorHook interface. See inline doc for their exact semantic - Use the newly added isBuilt for accelerator check to ensure it does not poison fork cc @H-Huang @awgu ...
true
2,822,000,718
[ONNX] Bump onnx and onnxscript versions in CI
justinchuby
closed
[ "open source", "Merged", "ciflow/trunk", "topic: not user facing" ]
14
COLLABORATOR
Bump onnx onnxscript==0.1 in CI; Skipped onnxruntime 1.19 because it has regression on avgpool.
true
2,821,985,374
`torch.nn.functional.conv2d` 8 times slower in torch 2.5.1 compared to 2.3.1
navidsam
open
[ "module: cudnn", "triaged" ]
7
NONE
### 🐛 Describe the bug Hey everyone, I am noticing that in torch 2.5.1 when I run the following snippet the exact same operation takes around 8 times longer compared to torch 2.3.1 when everything else in my environment remains the same: ``` import torch import torch.nn.functional as F import time print(torch.__vers...
true
2,821,982,619
[ONNX] Migrate test_torch_export_with_onnxruntime.py to test_small_models_e2e.py
titaiwangms
closed
[ "module: onnx", "open source", "Merged", "ciflow/trunk", "release notes: onnx", "topic: not user facing" ]
3
COLLABORATOR
With [the deprecation of torch.onnx.dynamo_export](https://github.com/pytorch/pytorch/pull/146003), this PR turns the torch.export related tests toward torch.onn.export(..., dynamo=True), and places it in test_small_models_e2e.py NOTE: test_exported_program_as_input_from_file and test_onnx_program_supports_retraced_...
true
2,821,955,613
[CI][Distributed] @skip_if_lt_x_gpu(2) seems to be broken
nWEIdia
open
[ "oncall: distributed", "module: ci", "module: tests" ]
2
COLLABORATOR
### 🐛 Describe the bug We have seen in several cases that the "@skip_if_lt_x_gpu(2)" does not automatically skip the unit test if/when the test is running on a single GPU. This was one of the reasons PRs like https://github.com/pytorch/pytorch/pull/145195 was needed to make sure the tests got skipped on platforms w...
true
2,821,955,375
TEST3
ZainRizvi
closed
[ "oncall: distributed", "release notes: releng", "ciflow/inductor" ]
1
CONTRIBUTOR
Fixes #ISSUE_NUMBER cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o
true
2,821,954,225
TEST2
ZainRizvi
closed
[ "oncall: distributed", "release notes: releng", "ciflow/inductor" ]
1
CONTRIBUTOR
Fixes #ISSUE_NUMBER cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o
true
2,821,953,105
[WIP] TEST 1
ZainRizvi
closed
[ "oncall: distributed", "release notes: releng", "ciflow/inductor" ]
1
CONTRIBUTOR
Fixes #ISSUE_NUMBER cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o
true
2,821,953,053
[ARM] Fix TestDataLoader.test_segfault unexpected success on Aarch6[4
robert-hardwick
open
[ "triaged", "open source", "module: arm", "Stale", "ciflow/trunk", "release notes: dataloader", "arm priority" ]
5
COLLABORATOR
TestDataLoader.test_segfault gives unexpected success on linux Aarch64 cc @malfet @snadampal @milpuz01 @aditew01 @nikhil-arm @fadara01
true
2,821,944,040
[draft_export] Clear pending unbacked symbols when overriding mismatched fake kernels
yiming0416
closed
[ "fb-exported", "Merged", "ciflow/trunk", "topic: not user facing", "ciflow/inductor" ]
7
CONTRIBUTOR
Summary: When encountering a mismatched fake kernel that also creates unbacked symbols, draft export will fail with `PendingUnbackedSymbolNotFound` error. Clearing `shape_env.pending_fresh_unbacked_symbols` fixes this issue. Test Plan: ``` buck2 run mode/dev-nosan caffe2/test:test_export -- -r test_override_mismatche...
true
2,821,943,702
Make the CUTLASS swizzle options configurable and default to 2.
masnesral
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
10
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146088 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @amjames @desertfire @chauhang @aakhundov
true
2,821,916,154
Expose ToIValueAllowNumbersAsTensors to TORCH_PYTHON_API so we can use it in monarch
manav-a
closed
[ "oncall: jit", "fb-exported", "Merged", "ciflow/trunk", "release notes: jit" ]
4
CONTRIBUTOR
Summary: TSIA Test Plan: Tested up the stack but existing unittests Reviewed By: suo Differential Revision: D68917233 cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel
true
2,821,894,044
Enhancements to dim_order API for Ambiguity Detection
Gasoonjia
open
[ "module: docs", "triaged", "module: memory format", "module: python frontend" ]
3
CONTRIBUTOR
In our continuous effort to enhance the usability and performance of PyTorch, we are revisiting the `dim_order API`. This API, which provides insights into the physical layout of dense tensors in memory, has been instrumental in helping users optimize performance-critical code. Recently, we've introduced functionality...
true
2,821,879,527
[MPS] Fix regression in con-contig bitwise ops
malfet
closed
[ "Merged", "topic: bug fixes", "release notes: mps", "ciflow/mps" ]
3
CONTRIBUTOR
Caused by https://github.com/pytorch/pytorch/pull/128393 that change semantic of `needsGather`, which resulted in silent correctness errors on MacOS-15+ if output tensor is non-contiguous Fixes https://github.com/pytorch/pytorch/issues/145203
true
2,821,877,593
Libtorch CUDA 12.8 Test with --host-linker-script=use-lcs
tinglvv
closed
[ "triaged", "open source", "ciflow/binaries", "topic: not user facing" ]
7
COLLABORATOR
https://github.com/pytorch/pytorch/issues/145570 Adding libtorch build to nightlies Follow up for https://github.com/pytorch/pytorch/pull/145792 Testing @Skylion007 's suggestion in https://github.com/pytorch/pytorch/pull/145792#issuecomment-2625190049 cc @atalman @malfet @ptrblck @nWEIdia
true
2,821,875,744
DISABLED test_device_type (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_device_type&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36431825889). Over the past 3 hours, it has been determined ...
true
2,821,875,665
DISABLED test_module_parameters_and_buffers (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_module_parameters_and_buffers&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it ha...
true
2,821,875,587
DISABLED test_script_non_tensor_args_outputs (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
5
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_script_non_tensor_args_outputs&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it h...
true
2,821,875,515
DISABLED test_serialization_big_ints (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
5
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_serialization_big_ints&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it has been ...
true
2,821,875,465
DISABLED test_oneline_func (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_oneline_func&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it has been determined...
true
2,821,875,372
DISABLED test_ternary_static_if (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_ternary_static_if&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it has been deter...
true
2,821,875,290
DISABLED test_python_call_annotation (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
3
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_python_call_annotation&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it has been ...
true
2,821,875,215
DISABLED test_request_bailout (__main__.TestScript)
pytorch-bot[bot]
closed
[ "high priority", "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
6
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_request_bailout&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36432049153). Over the past 3 hours, it has been determi...
true
2,821,863,520
[dynamo][functions] Improve getattr on functions
anijain2305
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo", "ciflow/inductor", "keep-going" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146116 * #146219 * #146283 * __->__ #146075 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames
true
2,821,844,611
export + aot_export_module on models with non-parameter/buffer tensor state show up as getattrs in the graph without meta['val'] fields
bdhirsh
closed
[ "oncall: pt2", "export-triaged", "oncall: export" ]
4
CONTRIBUTOR
quick repro: ``` import torch from torch._functorch.aot_autograd import aot_export_module class Model(torch.nn.Module): def __init__(self, n, k, device): super().__init__() self.weight = torch.randn(n, k, device=device) self.bias = torch.randn(n, device=device) def forward(self, a): ...
true
2,821,826,117
Nccl update to 2.25.1 for cuda 12.4-12.8
atalman
closed
[ "oncall: distributed", "Merged", "Reverted", "ciflow/trunk", "topic: not user facing", "ciflow/binaries_wheel", "module: dynamo", "ciflow/inductor", "keep-going", "ci-no-td", "no-runner-experiments" ]
19
CONTRIBUTOR
Should resolve: https://github.com/pytorch/pytorch/issues/144768 We use one common nccl version for cuda builds 12.4-12.8 : ``NCCL_VERSION=v2.25.1-1`` For CUDA 11.8 we use legacy ``NCCL_VERSION=v2.21.1-1`` We use pinned version of NCCL rather then submodule. Move nccl location from ``third_party/nccl/nccl`` to ``th...
true
2,821,823,521
add WaitCounter type interface and get rid of type errors
burak-turk
closed
[ "fb-exported", "ciflow/trunk", "topic: not user facing" ]
11
CONTRIBUTOR
Summary: as titled.
true
2,821,812,256
Cap size of thread pool in select_algorithm to cpu count
masnesral
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
5
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146071 Summary: With changes from https://github.com/pytorch/pytorch/pull/144829, we can see more autotune configs and the size of the pool can get outta hand when using the cutlass backend. See internal discussion at: https://fb...
true
2,821,770,664
[dynamo][enum] Trace through enum.py for enum construction
anijain2305
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146116 * #146219 * #146075 * __->__ #146070 * #146214 * #146258 * #146198 * #146062 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amja...
true
2,821,762,164
Set /NODEFAULTLIB:vcomp for MSVC when linking caffe2::mkl with libiomp5md.lib
taras-janea
closed
[ "module: build", "module: windows", "triaged", "open source", "ciflow/trunk", "release notes: build", "topic: bug fixes" ]
5
COLLABORATOR
Fixes: - https://github.com/pytorch/pytorch/issues/113490 The PR sets `/NODEFAULTLIB:vcomp` link flag when linking caffe2::mkl with libiomp5md.lib. The changes have been verified by checking build output with `VERBOSE=1`, for example: ``` C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1442~1.344\bin\Hostx64\...
true
2,821,749,208
Error handling for launcher method in CachingAutotuner
manojks1999
closed
[ "triaged", "open source", "function request", "topic: not user facing", "module: inductor" ]
12
NONE
Fixes #146018 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov
true
2,821,730,712
Expand inductor codegen dtype asserts, fix scan
eellison
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
6
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146067 We were codegening intermediary dtype asserts in some places but not all. expands assertions, fixes newly failing assertion in `TORCHINDUCTOR_COMPILE_THREADS=1 TORCH_LOGS="output_code" PYTORCH_OPINFO_SAMPLE_INPUT_INDEX=1 ...
true
2,821,675,273
Failed to export user-defined Triton kernel when using strict=False
desertfire
open
[ "oncall: pt2", "export-triaged", "oncall: export" ]
4
CONTRIBUTOR
Repro: (works fine if you change `strict=False` to `strict=True`) ``` import torch import triton from triton import language as tl @triton.jit def add_kernel( in_ptr0, in_ptr1, out_ptr, n_elements, BLOCK_SIZE: "tl.constexpr", ): pid = tl.program_id(axis=0) block_start = pid * BLOCK_SIZE ...
true
2,821,652,008
Turn on fx graph cache and automatic dynamic pgo local caches in fbcode
oulgen
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "module: dynamo", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146065 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov
true
2,821,626,053
[PT2] Support add/remove passes in pre_grad
huxintong
closed
[ "fb-exported", "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
17
CONTRIBUTOR
Summary: support the same functionality with acc_tracer disabled, add a new config for pre_grad add/remove_passes, at the front end it still uses the same interface some minor updates in pre_grad passes to make sure the passes are run in desired order, after added passes, still run pass like remove_noops at the end T...
true
2,821,620,190
[wip] torch._dynamo.disable on the CA graph
xmfan
closed
[ "Stale", "module: dynamo", "ciflow/inductor", "module: compiled autograd" ]
3
MEMBER
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146063 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames @yf225
true
2,821,604,738
[dynamo] Support frozenset({..}).__contains__
anijain2305
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: dynamo", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146116 * #146075 * #146070 * #146214 * #146198 * __->__ #146062 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames
true
2,821,584,107
[inductor][triton] Fix average pool nd for int64 dtype
kundaMwiza
closed
[ "triaged", "open source", "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor" ]
8
CONTRIBUTOR
The eager mode implementation of average pool nd returns an integer tensor if the input is also an integer tensor. This should also be preserved in inductor. Fixes pytest -k test_comprehensive_nn_functional_avg_pool2d_cpu_int64 error: Triton compilation failed: triton_poi_fused_avg_pool2d_0 See WIP https://github...
true
2,821,572,286
Barebones flat_apply HOP
zou3519
closed
[ "Merged", "ciflow/trunk", "release notes: fx", "fx", "module: dynamo", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146060 * #146059 This PR: - adds pytree.register_constant for registering a class to be treated as a constant by torch.compile/torch.fx - adds a very barebones flat_apply HOP. This should be sufficient to get mark_traceable worki...
true
2,821,572,171
Add torch.utils._pytree.register_dataclass
zou3519
closed
[ "Merged", "topic: not user facing" ]
1
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146060 * __->__ #146059 This is an API that registers a dataclass as a pytree node. It directly calls torch.export.register_dataclass, but we should eventually inline that implementation here. I want to use this API for something in compile...
true
2,821,557,769
Turn on local caches for fbcode
oulgen
closed
[ "module: inductor", "module: dynamo", "ciflow/inductor" ]
2
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * (to be filled) Differential Revision: [D68908317](https://our.internmc.facebook.com/intern/diff/D68908317/) cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf22...
true
2,821,553,763
Turn on local caches for fbcode
oulgen
closed
[ "ciflow/trunk", "topic: not user facing", "module: inductor", "module: dynamo", "ciflow/inductor" ]
1
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * (to be filled) Differential Revision: [D68908317](https://our.internmc.facebook.com/intern/diff/D68908317/) In order to launch mega caching, we need local caches to be on. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen...
true
2,821,530,360
RuntimeError: CUDA error: the provided PTX was compiled with an unsupported toolchain. Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.
walker-ai
open
[ "module: cuda", "triaged" ]
0
NONE
### 🐛 Describe the bug When I execute the simplest torch code it would throw Runtime Error: ```python import torch def main(): tensor_size = (1, 2) data = torch.rand(tensor_size, dtype=torch.float32, device='cuda') if __name__ == "__main__": main() ``` ```bash Traceback (most recent call last): Fi...
true
2,821,510,290
[Win][CD] Install cmake and setuptools from PyPI
malfet
open
[ "ciflow/trunk", "topic: not user facing", "ciflow/binaries_wheel" ]
6
CONTRIBUTOR
And also avoid repeating the same command over and over
true
2,821,509,653
Check meta strides for expanded dims in effn_attn_bias
eellison
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
26
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146054 With the `_scaled_dot_product_efficient_attention.default`, we have lowering logic to realize the bias to specific alignment constraints. Some of the dims can be expanded, and we need to keep the stride of that dim to 0 to av...
true
2,821,503,018
Add fqn_modifier at loading_state_dict and unit test
mori360
closed
[ "oncall: distributed", "topic: not user facing" ]
1
CONTRIBUTOR
In Fusion model, users might change the state_dict keys by state_dict_hook The load_state_dict APIs here won't call model.state_dict() so that the hooks won't be called to change the keys, causing the mismatch between fqn and state_dict keys. The PR here suggests users to add how they would change the state_dict ke...
true
2,821,494,521
Add manual override flag for core ATen op detection during bc check
soulitzer
closed
[ "Merged", "ciflow/trunk", "topic: not user facing" ]
6
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146101 * #145922 * #141842 * #141841 * __->__ #146052 Fixes https://github.com/pytorch/pytorch/issues/146049 Today the bc detection logic ignores allow_list for core ATen ops (A PR landed 4 months ago to enable this). The problem is tha...
true
2,821,463,929
inductor.config.descriptive_names = False is not actually supported (#145523) (#145523)
exclamaforte
closed
[ "fb-exported", "Stale", "ciflow/trunk", "topic: docs", "module: inductor", "ciflow/inductor", "release notes: inductor" ]
6
CONTRIBUTOR
Summary: This config is not supported (it throws an error when set), and doesn't really make sense imo. Approved by: https://github.com/eellison Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/edf266e9bbbf6063f7c4a336ffb50234e11a0a82 Differential Revision: D68846308 cc @voznesen...
true
2,821,428,531
[export] Add distributed test
angelayi
closed
[ "Merged", "ciflow/trunk", "topic: not user facing" ]
6
CONTRIBUTOR
Reland https://github.com/pytorch/pytorch/pull/145886
true
2,821,419,776
Check for core ATen opset schema BC errors when operator has been removed
soulitzer
closed
[ "oncall: pt2", "oncall: export", "module: core aten" ]
0
CONTRIBUTOR
### 🐛 Describe the bug For core aten operators, we will still check bc even if the op is on the allow_list. To determine whether we are a core aten op, we consult the Tags: ``` _, _, tags = torch._C._get_operation_overload(schema.name, schema.overload_name) ``` The problem is that we run this on the build with the P...
true
2,821,371,356
[binary builds] Anaconda. Remove dependency on conda environment for Windows nightly builds
atalman
closed
[ "oncall: releng", "triaged", "topic: binaries" ]
1
CONTRIBUTOR
### 🐛 Describe the bug Related to: https://github.com/pytorch/pytorch/issues/138506 Depends on: https://github.com/pytorch/pytorch/issues/145872 Windows Binary build is using conda: https://github.com/pytorch/pytorch/blob/main/.ci/pytorch/windows/condaenv.bat#L12 ``` if "%%v" == "3.13" call conda create -n py!PYTHO...
true
2,821,309,610
[experimental] filter logs by subgraph
bobrenjc93
closed
[ "Merged", "ciflow/trunk", "topic: not user facing" ]
12
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146047 ``` TORCH_LOGS="dynamo" TORCH_LOGS_TRACE_ID_FILTER="[1/0]" python r4.py ``` ``` TORCH_LOGS="dynamo" TORCH_LOGS_TRACE_ID_FILTER="[0/0],[1/0_1]" python r4.py ```
true
2,821,270,280
Dynamic Dims not getting produced right.
cptspacemanspiff
open
[ "oncall: pt2", "export-triage-review", "oncall: export" ]
5
NONE
### 🐛 Describe the bug So, I have been using torch.export, but ran into the annoying and confusing issue of the dynamic dims do not in all cases produce dynamic dims. Specifically, I encountered this when dealing with sliced assignments in python, the relative size of the dynamic dimentions compared to the example m...
true
2,821,077,346
Redundant collectives are deduplicated but stick around as dead code
lw
open
[ "oncall: distributed", "triaged", "oncall: pt2", "module: dtensor" ]
6
CONTRIBUTOR
### 🐛 Describe the bug We're implementing our own tensor-parallel mode with a "compile-first" approach. We'd thus like to be able to write "inefficient" code, such as each of `wq`, `wk` and `wv` issuing its own all-gather of the activations (instead of using `PrepareModuleInput` to do it ahead of time), and we'd like...
true
2,821,041,642
[AOTI] Support composed dynamic shape constraint
desertfire
closed
[ "Merged", "ciflow/trunk", "topic: improvements", "module: inductor", "ciflow/inductor", "release notes: inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #146044 * #146043 Summary: Fixes https://github.com/pytorch/pytorch/issues/145500. When export takes a dynamic shape constraint as an expression containing a symbol, we should be able to solve the symbol at run time. cc @voznesenskym...
true
2,821,041,485
[AOTI] Refactor codegen_input_symbol_assignment
desertfire
closed
[ "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
3
CONTRIBUTOR
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #146044 * __->__ #146043 Summary: Extract the common logic for size and stride symbol generation. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyan...
true
2,820,900,220
binaries/inspect_gpu.cc:23:10: fatal error: caffe2/core/common_gpu.h: No such file or directory
svenstaro
closed
[ "module: build", "caffe2", "triaged", "actionable" ]
0
CONTRIBUTOR
### 🐛 Describe the bug [Some time ago](https://github.com/pytorch/pytorch/commit/a6bae1f6db3bb86c521dd3c2417f42b8f5e8d705) `caffe2/core/common_gpu.h` was deleted. However, this is [still referenced and used](https://github.com/pytorch/pytorch/blob/894ef8c1e3b4745ffe1c50b6cd019af5fe2e9489/binaries/inspect_gpu.cc#L23) ...
true
2,820,875,839
S390x nightly builds timeouts
AlekseiNikiforovIBM
closed
[ "open source", "Merged", "ciflow/trunk", "topic: not user facing", "test-config/default", "ciflow/s390" ]
8
COLLABORATOR
Sometimes build timeouts at the end. This should be fixed by increased timeout.
true
2,820,854,522
Poor performance of any() on tensors even worse on cuda vs cpu
vince62s
open
[ "module: performance", "module: cuda", "triaged" ]
5
NONE
The issue is that any() is waaaaaayyyyyy too slow compared to the LIST equivalent any(list) here is a benchmark: ```python import torch import time # Function to benchmark the 'any' operation on list and tensor def benchmark_any_operation(size, true_elements_ratio): # Create a list and tensor of the same size an...
true
2,820,764,232
[AOTI] Remove AOTI_USE_CREATE_TENSOR_FROM_BLOB_V1
desertfire
closed
[ "fb-exported", "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "ciflow/inductor" ]
4
CONTRIBUTOR
Summary: The AOTI_USE_CREATE_TENSOR_FROM_BLOB_V1 macro was used to solve a FC issue and it can be removed now. Test Plan: CI Differential Revision: D68871245 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @m...
true
2,820,756,621
DISABLED test_config_option_dont_assume_alignment_cudagraphs_dynamic_shapes_cuda (__main__.DynamicShapesCodegenGPUTests)
pytorch-bot[bot]
closed
[ "module: rocm", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: inductor" ]
2
NONE
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_config_option_dont_assume_alignment_cudagraphs_dynamic_shapes_cuda&suite=DynamicShapesCodegenGPUTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pyt...
true
2,820,663,973
fix incorrect literal strings / accidental tuples
haampie
closed
[ "triaged", "open source", "Merged", "ciflow/trunk", "topic: not user facing", "module: inductor", "module: dynamo" ]
6
CONTRIBUTOR
* `expr,` is short for `(expr,)` * literal strings over multiple lines need to escape the newline `\` or use `(...)`. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertf...
true
2,820,646,678
torch/autograd/graph.py" torch.func.{grad, vjp, jacrev, hessian} don't yet support saved tensor hooks
arelkeselbri
open
[ "module: autograd", "triaged", "module: functorch" ]
0
NONE
### 🚀 The feature, motivation and pitch I'm working of implementing a memory featuring **test time learning** and I'm using functional calls (vmap) to isolate the weight's grads and **train them at inference time**. However, I hit the following message. torch/autograd/graph.py", line 415, in disable_saved_tensors...
true
2,820,589,922
ONNX export failing when using `symbolic` functions and scripting
AWilcke
open
[ "module: onnx", "triaged" ]
0
NONE
### 🐛 Describe the bug ## Description I am attempting to export an `onnx` model from torch which uses `symbolic` functions, as well as has some control flow. I believe this to be the same issue found in https://github.com/pytorch/pytorch/issues/113652. I have tried this on the newly released torch2.6, with and witho...
true
2,820,348,379
This lib does not have new types of loss functions like focal Loss
anshulkr04
open
[ "feature", "module: nn", "triaged" ]
2
NONE
PyTorch currently lacks built-in support for certain modern loss functions like Focal Loss, which is useful for handling class imbalance in tasks such as object detection. Adding native implementations of such loss functions would improve usability and reduce the need for external implementations. Are there any plans t...
true
2,820,347,291
DISABLED test_number_augassign_bitwise_pow (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_number_augassign_bitwise_pow&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has...
true
2,820,347,083
DISABLED test_pass (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_pass&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has been determined flaky i...
true
2,820,346,992
DISABLED test_python_op_name (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_python_op_name&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has been determin...
true
2,820,346,879
DISABLED test_module_copying (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
2
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_module_copying&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has been determin...
true
2,820,346,755
DISABLED test_script_sequential_for (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
2
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_script_sequential_for&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has been d...
true
2,820,346,754
DISABLED test_round (__main__.TestScript)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_round&suite=TestScript&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395402949). Over the past 3 hours, it has been determined flaky ...
true
2,820,346,101
DISABLED test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule)
pytorch-bot[bot]
closed
[ "oncall: jit", "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
1
NONE
Platforms: dynamo This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nn_HingeEmbeddingLoss_no_batch_dim_sum&suite=TestJitGeneratedModule&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/36395322508). Over th...
true