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,883,150,806 | [BE/metal] Rename REGISTER_I0_I1 to REGISTER_SPECIAL. | dcci | closed | [
"Merged",
"topic: not user facing",
"module: mps",
"ciflow/mps"
] | 3 | MEMBER | Now that it's used for other ops as well.
cc @kulinseth @albanD @malfet @DenisVieriu97 @jhavukainen | true |
2,883,138,730 | DISABLED test_slice (__main__.AutoFunctionalizeTests) | pytorch-bot[bot] | closed | [
"triaged",
"module: flaky-tests",
"skipped",
"module: functionalization",
"oncall: pt2",
"module: pt2-dispatcher"
] | 6 | NONE | Platforms: mac, macos, rocm, asan, linux, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_slice&suite=AutoFunctionalizeTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37886249275).
Over the ... | true |
2,883,138,727 | DISABLED test_nonstrict_trace_no_action_at_a_distance (__main__.DecoratorTests) | pytorch-bot[bot] | closed | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | 4 | NONE | Platforms: linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nonstrict_trace_no_action_at_a_distance&suite=DecoratorTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37882128198).
Ove... | true |
2,883,137,370 | DISABLED test_nonstrict_trace_nested_custom_class (__main__.DecoratorTests) | pytorch-bot[bot] | closed | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | 3 | NONE | Platforms: linux, mac, macos, rocm, asan, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nonstrict_trace_nested_custom_class&suite=DecoratorTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37... | true |
2,883,137,368 | DISABLED test_nonstrict_trace_newly_constructed_custom_class_with_side_effects (__main__.DecoratorTests) | pytorch-bot[bot] | closed | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | 3 | NONE | Platforms: linux, mac, macos, rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nonstrict_trace_newly_constructed_custom_class_with_side_effects&suite=DecoratorTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/... | true |
2,883,137,136 | DISABLED test_nonstrict_trace_nested_custom_class_error (__main__.DecoratorTests) | pytorch-bot[bot] | closed | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | 3 | NONE | Platforms: asan, linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_nonstrict_trace_nested_custom_class_error&suite=DecoratorTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/3788338909... | true |
2,883,100,591 | Remove HuggingFace reader and writer from __init__.py | ankitageorge | closed | [
"oncall: distributed",
"fb-exported",
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 4 | CONTRIBUTOR | Summary: This is causing a HFStorageReader/Writer to be imported which imports fsspec but dependencies don't have fsspec, which is causing failing builds
Differential Revision: D70286926
cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o @LucasLLC @MeetVadakkanchery @mhorowitz @... | true |
2,883,099,832 | abs and arange Meta impls are non-standard and thus not working with other backends | albanD | open | [
"triaged",
"module: dispatch"
] | 0 | COLLABORATOR | As reported when working on the tinygrad backend.
From a quick look at abs, it is CompositeExplicitAutograd and ends up calling into https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/UnaryOps.cpp#L478
This relies on the out= variant implementation doing the resize. Which most outofplace we have don't d... | true |
2,883,099,462 | ci: Remove manylinux 2014 remnants | seemethere | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 7 | MEMBER | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148028
These are the only remaining references I could find to manylinux2014,
we should probably look to remove these a bit quicker since it made it
difficult to know which Dockerfiles were important in
.ci/docker/manywheel/
>... | true |
2,883,071,399 | [CI] test upload: better check for if job is rerun disabled tests | clee2000 | closed | [
"Merged",
"topic: not user facing"
] | 3 | CONTRIBUTOR | Some disabled test runs weren't being uploaded as disabled tests because some dynamo tests are set to mark themselves as skipped if they are failing. This makes the script think that there are fewer retries than there are actually are and that the job is not a rerun disabled tests job. Instead, query for the job name... | true |
2,883,056,102 | Reference the commit explicitly | ZainRizvi | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 9 | CONTRIBUTOR | Reference the commit tested by CI explicitly, and fail the merge if the PR was updated.
Tested locally | true |
2,883,042,343 | [ONNX] Fix missed None type support in dyamic shapes string cases | titaiwangms | closed | [
"open source",
"Merged",
"ciflow/trunk",
"release notes: onnx",
"topic: bug fixes"
] | 3 | COLLABORATOR | In `_any_str_or_dim_in_dynamic_shapes`, we strictly guard the `dynamic_shapes` to make sure the flattened shapes are valid. But the code missed to consider None could be in the shapes.
NOTE: Found in benchmarking with Olive.
| true |
2,883,029,680 | [CUDA][complex] skip `test_reference_numerics_large_jiterator_unary_cuda_complex64` on CUDA | eqy | closed | [
"module: cuda",
"module: complex",
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: jiterator"
] | 6 | COLLABORATOR | already skipped on ROCM for a similar reason, recent numpy versions changed convention from `nan+infj` to `-inf+infj`
cc @ptrblck @msaroufim @jerryzh168 @ezyang @anjali411 @dylanbespalko @mruberry @nikitaved @amjames | true |
2,883,004,495 | torch.utils.checkpoint preserves torch function mode stack during recompute | soulitzer | open | [
"release notes: autograd",
"topic: bug fixes"
] | 3 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148023
* #146633
Fixes https://github.com/pytorch/pytorch/issues/147995
TorchFunctionModeTLS is part of the autograd tls, but because .backward() itself is a leaf for TorchFunctionMode, the mode is disabled before we enter into t... | true |
2,882,982,076 | add doc and test | wz337 | closed | [
"oncall: distributed"
] | 1 | CONTRIBUTOR | Fixes #ISSUE_NUMBER
cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wconstab @d4l3k @c-p-i-o | true |
2,882,972,415 | [dynamo] run-only recursively on recompile limit exceeded | williamwen42 | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: dynamo",
"ciflow/inductor"
] | 3 | MEMBER | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148021
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames | true |
2,882,955,528 | [dynamo] expose code execution strategy to python | williamwen42 | 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):
* #148021
* __->__ #148020
@anijain2305 this can be used to mark a code object to be skipped/run-only (recursively) while tracing.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv ... | true |
2,882,916,536 | [while_loop][inductor] relax the constraint that all inputs must be on the same device | ydwu4 | 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):
* __->__ #148019
Previously, we require all inputs of while_loop to be on the same device. However, there're use cases where we want to keep some of the inputs on cpu while others on gpu e.g. an loop_idx on cpu will save the gpu to device cop... | true |
2,882,899,912 | Make torch.serialization.skip_data work with torch.load | mikaylagawarecki | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 5 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148018
* #147788
* #147787
* #147786
| true |
2,882,897,077 | [export] Sync aoti schema to schema.py | zhxchen17 | closed | [
"fb-exported",
"Merged",
"ciflow/trunk",
"ciflow/inductor",
"release notes: export"
] | 10 | CONTRIBUTOR | Summary: Synchronizing internal AOTI schema to OSS schema.py
Test Plan: CI
Differential Revision: D70271151
| true |
2,882,892,058 | [test] workflow start up failure | hashupdatebot | closed | [
"open source",
"topic: not user facing"
] | 2 | NONE | Fixes #ISSUE_NUMBER
| true |
2,882,885,283 | [DTensor][Test] Add a test to demonstrate current dtensor view behavior if redistribution happens | wz337 | closed | [
"oncall: distributed",
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 3 | CONTRIBUTOR | This does not fix the view op issue when redistribution happens. We want to add a test to demonstrate/record the issue, in which the distributed behavior does not match up with single device behavior.
cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wconstab @d4l3k @c-p-i-o | true |
2,882,879,956 | DISABLED test_wait_tensor (__main__.CompileTest) | pytorch-bot[bot] | open | [
"oncall: distributed",
"triaged",
"module: flaky-tests",
"skipped",
"module: c10d",
"module: unknown"
] | 16 | NONE | Platforms: inductor, rocm, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_wait_tensor&suite=CompileTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37870922289).
Over the past 3 hours, it ha... | true |
2,882,879,852 | DISABLED test_recompile (__main__.AutoFunctionalizeTests) | pytorch-bot[bot] | closed | [
"module: flaky-tests",
"skipped",
"module: unknown",
"oncall: pt2"
] | 5 | NONE | Platforms: asan, linux, mac, macos, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_recompile&suite=AutoFunctionalizeTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37873997305).
Ove... | true |
2,882,874,759 | Fixed grammar error | bmelkeysancsoft | closed | [
"open source"
] | 5 | NONE | Added a missing word
| true |
2,882,833,122 | [Inductor] fix `AOTInductorTestABICompatibleGpu.test_triton_kernel_weird_param_order` with new Triton | anmyachev | closed | [
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor"
] | 10 | COLLABORATOR | In this case, the parameters have already been filtered [here](https://github.com/pytorch/pytorch/blob/201666d77dd980d71e392f705d7fac6256ee28f9/torch/_inductor/codegen/cpp_wrapper_gpu.py#L335) and subsequent filtering is not only unnecessary, it breaks the code, since the positions of the parameters change after filter... | true |
2,882,829,944 | Back out "Only call triton in worker process, ahead of time compile" | jamesjwu | closed | [
"Stale",
"module: inductor",
"ciflow/inductor"
] | 3 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148010
Original commit changeset: 5e70e713d95b
Original Phabricator Diff: D69123174
Differential Revision: [D70210584](https://our.internmc.facebook.com/intern/diff/D70210584/)
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobi... | true |
2,882,827,990 | Back out "Only call triton in worker process, ahead of time compile" | jamesjwu | closed | [
"module: inductor",
"ciflow/inductor"
] | 2 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148009
Original commit changeset: 5e70e713d95b
Original Phabricator Diff: D69123174
Differential Revision: [D70210584](https://our.internmc.facebook.com/intern/diff/D70210584/)
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobi... | true |
2,882,822,852 | Back out "Only call triton in worker process, ahead of time compile" | jamesjwu | closed | [
"Stale",
"module: inductor",
"ciflow/inductor"
] | 3 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #148008
Original commit changeset: 5e70e713d95b
Original Phabricator Diff: D69123174
Differential Revision: [D70210584](https://our.internmc.facebook.com/intern/diff/D70210584/)
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobi... | true |
2,882,818,921 | [dynamo] Make `nonstrict_trace` work with some `pytree.register_constant`-ed instances | StrongerXi | 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):
* #148386
* __->__ #148007
* #148385
As title, this enables `nonstrict_trace`-ed function to take in object
whose type has been `pytree.register_constant`-ed, as long as the object
existed outside the `torch.compile` region. This also force... | true |
2,882,801,031 | [Inductor] Use generic GPU device in test_preserves_strides | alexbaden | closed | [
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu"
] | 7 | COLLABORATOR | #147861 added a new test tagged for the generic GPU but uses the cuda GPU type for creating the tensors. Update the GPU type to also be generic. This passes with my local Intel Triton install, presumably it will work for the current pin.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuh... | true |
2,882,794,741 | Generate AOTI input check by default | yushangdi | closed | [
"fb-exported",
"Merged",
"ciflow/trunk",
"module: inductor",
"ciflow/inductor",
"release notes: export",
"module: aotinductor"
] | 8 | CONTRIBUTOR | Summary:
Generate AOTI size and stride input check by default. But the checks are only run if `AOT_INDUCTOR_DEBUG_COMPILE` env variable is set (to avoid slowing down the performance).
Example output:
```cpp
bool _check_aoti_runtime_check_inputs_env() {
const static char* env_var_val... | true |
2,882,792,284 | [inductor][ck] kBatch filtering with gen_ops | coconutruben | closed | [
"module: rocm",
"fb-exported",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"ciflow/inductor"
] | 8 | CONTRIBUTOR | Summary:
# Why
not all choices of kBatch are valid and will lead to a runtime error (when CK checks the validity of the args)
https://github.com/ROCm/composable_kernel/blob/c9bcfd755ed4d2102d76a6f545ac6e9a030d7d8e/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_d.hpp#L1020
# What
- move kBa... | true |
2,882,783,750 | Error : torch/utils/_sympy/interp.py:176] [0/2] failed while executing pow_by_natural([VR1, int_oo], VR[-1, -1]]) | sheridanbowman | open | [
"needs reproduction",
"triaged",
"oncall: pt2"
] | 0 | NONE | ### 🐛 Describe the bug
Using the Diffusers library to generate stable diffusion images on a nvidia/cuda:12.4.0-runtime-ubuntu22.04 docker image. on a torch.compile()'d stable diffusion model:
```torch/utils/_sympy/interp.py:176] [0/2] failed while executing pow_by_natural([VR1, int_oo], VR[-1, -1]])```
Error occur... | true |
2,882,779,953 | [while_loop] require stride to be the same as input for body_fn | ydwu4 | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"ciflow/inductor",
"keep-going"
] | 6 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* #148580
* __->__ #148002
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov | true |
2,882,739,529 | [async TP] insert reshape node to handle "reshape -> scaled mm -> reshape pattern" in async TP with rowwise scales | danielvegamyhre | closed | [
"oncall: distributed",
"Merged",
"Reverted",
"ciflow/trunk",
"release notes: distributed (pipeline)",
"module: inductor",
"ciflow/inductor",
"ci-no-td"
] | 31 | CONTRIBUTOR | Fixes https://github.com/pytorch/torchtitan/issues/864
## Summary
While testing torchtitan with float8 training with rowwise scaling + async TP, a [bug](https://github.com/pytorch/torchtitan/issues/864) was discovered. The symptom was the scaling factor dims did not match the dims of the tensor the scales were to ... | true |
2,882,736,697 | Remove +PTX from cuda 12.6 builds | atalman | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 4 | CONTRIBUTOR | Similar to: https://github.com/pytorch/pytorch/pull/141142
Ahead of the release 2.7
I see following validation failure: https://github.com/pytorch/test-infra/actions/runs/13552433445/job/37879041739?pr=6339
```
RuntimeError: Binary size of torch-2.7.0.dev20250226+cu126-cp310-cp310-manylinux_2_28_x86_64.whl 1076.4... | true |
2,882,705,849 | Adjust test_mm_triton_kernel_benchmark for unpadded tensors | iupaikov-amd | open | [
"triaged",
"oncall: pt2",
"module: inductor",
"rocm"
] | 0 | CONTRIBUTOR | ### 🚀 The feature, motivation and pitch
During ROCm runs we naturally have those tests show that padding path will be slower for our archs and the pad_mm chooses to opt out of padding thus failing those tests.
Reasoning for this is per my understanding those tests don't check IF the operation should be padded in the... | true |
2,882,637,765 | Add _fft_r2c as core ATen | larryliu0820 | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 8 | CONTRIBUTOR | As titled. | true |
2,882,618,983 | Fix decomp for linspace | tugsbayasgalan | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 10 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147997
In python decompositions, we shouldn't do any non-functional operations for functional operators. This should go away once we start decomposing before functionalization.
Differential Revision: [D70265200](https://our.inte... | true |
2,882,575,449 | [do not merge yet] update grammar | sokkaofthewatertribe | closed | [
"open source",
"Merged",
"Reverted",
"topic: not user facing",
"ci-no-td"
] | 16 | CONTRIBUTOR | null | true |
2,882,542,075 | Checkpoint doesn't work with torch_function if torch_function change tensor metadata | fegin | open | [
"module: activation checkpointing",
"triaged",
"module: __torch_function__"
] | 9 | CONTRIBUTOR | ### 🐛 Describe the bug
We are tying to use `TorchFunctionMode` to convert the input tensors of SDPA to DTensor (if they are not). Unfortunately this approach fails. Digging into the detail, this seems to be a fundamental limitation of checkpoint as checkpoint is not aware of `__torch_function__`. Below is a minimal ... | true |
2,882,518,340 | [CI] Don't clean workspace when fetching repo | clee2000 | closed | [
"module: rocm",
"Merged",
"Reverted",
"ciflow/trunk",
"topic: not user facing",
"ci-no-td"
] | 13 | CONTRIBUTOR | Tested on https://github.com/pytorch/pytorch/pull/148995
Do two checkouts: first one attempts to use an existing checkout if possible. The second one removes the workspace and re pulls everything if the first one fails
This is probably not going to be useful if we switch entirely to ephemeral runners but w/e
... | true |
2,882,510,205 | [ROCm] Use generated CK config.h rather than system | alugorey | closed | [
"module: rocm",
"triaged",
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"ciflow/rocm"
] | 7 | CONTRIBUTOR | prevents pytorch from potentially using system version of config.h and instead prioritize the CK submodule's version
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd | true |
2,882,507,362 | [export] Add export_cache | angelayi | closed | [] | 2 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147992
* #147863
* #147862
I'm open to better names!
export_cache is a hackier version of @mark_compiled_region.
In strict-export, the behavior will be the same as @mark_compiled_region,
which is that it will differentia... | true |
2,882,448,520 | Verifier (in torch.export.export) does not make use of if-condition inside branches | gramalingam | open | [
"triaged",
"oncall: pt2",
"oncall: export"
] | 5 | NONE | The exporter fails because it is unable to verify that the condition in a torch.cond holds true within the then branch. In the example below, it fails and produces the following error message
```
torch._dynamo.exc.UserError: Constraints violated (sequence_length)! For more information, run with TORCH_LOGS="+dynamic".
... | true |
2,882,376,059 | Support `contextlib.suppress` | guilhermeleobas | open | [
"open source",
"module: dynamo",
"ciflow/inductor",
"release notes: dynamo"
] | 3 | COLLABORATOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147990
* #146506
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames | true |
2,882,348,138 | doc/xpu: align description of SyclExtension with CPP/CUDA | dvrogozh | closed | [
"triaged",
"open source",
"Merged",
"ciflow/trunk",
"release notes: xpu"
] | 5 | CONTRIBUTOR | This commit just aligns description of `py_limited_api` feature in SyclExtension with CPP/CUDA. We've missed this change on doing SyclExtension due to parallel work on the changes. For CPP/CUDA change was done in 515e55e6927ad5f57ec222d7779712630341acf3.
CC: @gujinghui @EikanWang @fengyuan14 @guangyey @jgong5 | true |
2,882,309,655 | torch.utils._content_store: fix error in hash_storage on XPU | benjaminglass1 | closed | [] | 2 | COLLABORATOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147985
See https://github.com/pytorch/pytorch/actions/runs/13508573465/job/37745227468 for an example error. This is triggering after the merge of #147541, which enabled Dynamo compilation on XPU. | true |
2,882,260,880 | xpu: test py_limited_api with SyclExtension | dvrogozh | open | [
"open source",
"Stale",
"topic: not user facing"
] | 2 | CONTRIBUTOR | Commit extends existing CUDA test to cover XPU SyclExtension case for the same feature - `py_limited_api`.
> [!NOTE]
> THE CHANGE CAN NOT BE MERGED AS IS
> Change requires update of the commit pin for torch-xpu-ops.
Requires: https://github.com/intel/torch-xpu-ops/pull/1405
CC: @guangyey | true |
2,882,251,808 | Introduce delayed compile via `eager_then_compile` stance | bobrenjc93 | closed | [
"Merged",
"ciflow/trunk",
"release notes: fx",
"fx",
"module: dynamo",
"ciflow/inductor"
] | 6 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147983
Recently I've been experimenting with introducing new APIs to delay compile as a way to reduce compile times while improving the ergonomics of using dynamic shapes. The high level idea is to run the first invocation of compil... | true |
2,882,251,690 | introduce dynamism library | bobrenjc93 | closed | [
"release notes: fx",
"fx"
] | 1 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* #147983
* __->__ #147982
cc @ezyang @SherlockNoMad @EikanWang @jgong5 @wenzhe-nrv | true |
2,882,237,399 | introduce dynamism library | bobrenjc93 | closed | [
"Merged",
"Reverted",
"ciflow/trunk",
"release notes: fx",
"topic: not user facing",
"fx",
"ci-no-td"
] | 25 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147981
This is the first step in supporting delayed compile. This library takes in example inputs and outputs a dict of dynamism across the inputs. We will use this to detect dynamism across multiple inputs in delayed compile. We wi... | true |
2,882,237,050 | Torch distribute module when local dtensor is already on the correct device | ArthurZucker | open | [
"oncall: distributed",
"triaged",
"module: dtensor"
] | 1 | NONE | Hey! I am working on this pr: https://github.com/huggingface/transformers/pull/36335
And I had to remove the https://github.com/pytorch/pytorch/blob/main/torch/distributed/tensor/_api.py#L834 distribute module function because it was broadcasting something, when I don't need it to because each process should be able t... | true |
2,882,206,277 | Support whitelist of dynamic sources | bobrenjc93 | 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):
* __->__ #147979
This PR introduces the ability to whitelist sources as dynamic. This is particularly useful for large models with graph breaks, as you can keep the dynamism across graph breaks since source names stay consistent. Additionally... | true |
2,882,156,954 | [BE][Ez]: Remove redundant empty tensor copies in meta-reg | Skylion007 | closed | [
"open source",
"better-engineering",
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 7 | COLLABORATOR | Empty_likes includes a memory_format arg. Let's use it to avoid unnecessary copy operations. Noticed while reviewing: https://github.com/pytorch/pytorch/pull/147862
| true |
2,882,139,483 | [BE] Do not copy arguments in variadic template | malfet | closed | [
"Merged",
"ciflow/trunk",
"topic: not user facing",
"release notes: mps",
"ciflow/mps"
] | 6 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* #147369
* __->__ #147977
By adding missing `std::forward<Args>(args)...` and declaring template as passing args by reference
Noticed while working on creating `mtl_setBytes` specification that takes `MPSScalar` as argument | true |
2,882,139,224 | [Testing] Tensor.set_ storage offset validation | mikaylagawarecki | closed | [
"ciflow/trunk",
"topic: not user facing",
"module: dynamo",
"ciflow/inductor",
"keep-going",
"ciflow/slow",
"ci-no-td"
] | 1 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147976
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames | true |
2,882,057,413 | [AOTI][refactor] Consolidate CppBuilder.build and CppBuilder.build_fbcode | desertfire | closed | [
"fb-exported",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"ciflow/inductor"
] | 4 | CONTRIBUTOR | Summary: Let CppBuilder handle all the cpp build logic
Differential Revision: D70141808
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov | true |
2,882,041,558 | DISABLED test_ranks_and_tag (__main__.CompileTest) | pytorch-bot[bot] | open | [
"triaged",
"module: flaky-tests",
"skipped",
"module: c10d"
] | 15 | NONE | Platforms: inductor, rocm, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_ranks_and_tag&suite=CompileTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37842166279).
Over the past 3 hours, it ... | true |
2,881,922,377 | Torch Onnx Export (with Dynamo) does not recognize `Remainder` function | FabianSchuetze | open | [
"module: onnx",
"triaged",
"OSS contribution wanted",
"oncall: pt2"
] | 2 | CONTRIBUTOR | ### 🐛 Describe the bug
The following code fails:
```
import torch
class Mod(torch.nn.Module):
def __init__(self):
super().__init__()
def forward(self, x, window_size):
_, H, W, C = x.shape
pad_h = (window_size - H % window_size) % window_size
pad_w = (window_size - W % windo... | true |
2,881,886,561 | torch._scaled_mm reproductibility | christopher5106 | closed | [
"needs reproduction",
"triaged",
"module: float8"
] | 1 | NONE | ### 🐛 Describe the bug
Hi,
I'm using `torch._scaled_mm` method as in this example: https://github.com/aredden/flux-fp8-api/blob/main/float8_quantize.py#L284 but I don't get reproductible results on H100 and H200 machines.
I tried to set `use_fast_accum=False` and `torch.backends.cudnn.deterministic = True` but the... | true |
2,881,549,557 | Fp8 scaled-mm row-wise is substantially slower than tensor-wise | lw | open | [
"module: performance",
"module: cuda",
"triaged",
"topic: performance",
"module: float8"
] | 0 | CONTRIBUTOR | ### 🐛 Describe the bug
### Overview
PyTorch's float8 matmul, exposed through the `_scaled_mm` operator, support two scaling modes: "tensor-wise", which just calls into a public cuBLAS API, and "row-wise", which is implemented as a custom CUTLASS kernel in PyTorch.
On top of that, `_scaled_mm` has two modes: fast-ac... | true |
2,881,492,508 | DISABLED test_complex_half_reference_testing_fft_irfft_cuda_complex32 (__main__.TestCommonCUDA) | pytorch-bot[bot] | closed | [
"module: rocm",
"triaged",
"module: flaky-tests",
"skipped",
"module: unknown"
] | 2 | NONE | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_complex_half_reference_testing_fft_irfft_cuda_complex32&suite=TestCommonCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37831932681).
... | true |
2,881,320,580 | [Intel GPU] Avoid including CPU oneDNN header files for Intel GPU | EikanWang | closed | [
"module: cpu",
"module: mkldnn",
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"keep-going",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 3 | COLLABORATOR | XPU builds oneDNN in another folder. The XPU oneDNN head files are in the XPU-specific folder - `${__XPU_MKLDNN_BUILD_DIR}`.
https://github.com/pytorch/pytorch/blob/f522d899fb297453d0b821140bac38c1b4eef569/cmake/Modules/FindMKLDNN.cmake#L73
So, `${PROJECT_SOURCE_DIR}/third_party/ideep/mkl-dnn/include` is useless f... | true |
2,881,268,861 | Update torch-xpu-ops commit pin | xytintel | closed | [
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing"
] | 3 | CONTRIBUTOR | Update the torch-xpu-ops commit to [86aaaf8a9dd6932c088b7afcac0c0856b23d341a](https://github.com/intel/torch-xpu-ops/commit/86aaaf8a9dd6932c088b7afcac0c0856b23d341a), includes:
- Bugfix (PT2E/BatchNorm)
| true |
2,881,139,373 | [torch/elastic][upstream] Fix the wrong order when start_index is not 0 | zhengchenyu | open | [
"oncall: distributed",
"triaged",
"open source",
"Stale",
"module: elastic",
"release notes: dataloader"
] | 3 | NONE | For ElasticDistributedSampler. If job is restarted, we will train from start_index. It means that indices should keep order. But it doesn't actually keep the order.
cc @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o @dzhulgakov | true |
2,881,095,175 | Add option to limit number of SMs used by matmul kernels | lw | closed | [
"module: cuda",
"Merged",
"release notes: cuda",
"topic: performance",
"ciflow/inductor"
] | 6 | CONTRIBUTOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147966
Resubmission of #144974 which was reverted for unrelated reasons.
Newer matmul kernels, e.g. those targeting Hopper GPUs, sometime use a "persistent" schedule which consists in launching as many CUDA blocks as there are SMs o... | true |
2,880,916,216 | DISABLED test_mixed_mm_gating (__main__.TestPatternMatcher) | pytorch-bot[bot] | open | [
"module: rocm",
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: inductor"
] | 1 | NONE | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_mixed_mm_gating&suite=TestPatternMatcher&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37833956168).
Over the past 3 hours, it has been d... | true |
2,880,876,057 | [test][do not merge] test on 90e3a3d86d6139a7b00bdf56bdfe0f63ad18e980 | yanbing-j | closed | [
"module: cpu",
"module: mkldnn",
"open source",
"ciflow/binaries",
"ciflow/trunk",
"topic: not user facing",
"intel",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | This is a test PR of https://github.com/pytorch/pytorch/pull/147498 code base. We need to build the windows binary, and download and test test_mkldnn.py.
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @gujinghui @PenghuiCheng @jianyuh @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal | true |
2,880,759,928 | Bump Protobuf to 5.29 | cyyever | open | [
"triaged",
"open source",
"topic: not user facing"
] | 2 | COLLABORATOR | CMake builds work, but I have no idea about how to fix Bazel builds. | true |
2,880,700,285 | Facilitate at::_weight_int4pack_mm_with_scale_and_zeros related registration | ZhiweiYan-96 | closed | [
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"module: dynamo",
"ciflow/inductor",
"keep-going",
"ciflow/xpu"
] | 10 | COLLABORATOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147962
* #137566
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov | true |
2,880,696,488 | [Inductor][CPP] fix store mode atomic add | leslie-fang-intel | closed | [
"open source",
"Merged",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"ciflow/inductor"
] | 3 | COLLABORATOR | Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* __->__ #147961
**Summary**
Fix issue: https://github.com/pytorch/pytorch/issues/147848 and https://github.com/pytorch/pytorch/issues/146390. While addressing these issues, 2 problems were encountered:
- In `CppVecKernel`, when the numbe... | true |
2,880,677,910 | [TEST] | muchulee8 | closed | [
"fb-exported",
"module: inductor",
"ciflow/inductor"
] | 3 | CONTRIBUTOR | Test Plan: test
Differential Revision: D70231766
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @amjames @chauhang @aakhundov | true |
2,880,664,028 | [test][do not merge]Upgrade oneDNN to v3.7(27) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,662,346 | [test][do not merge]Upgrade oneDNN to v3.7(26) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,661,282 | [test][do not merge]Upgrade oneDNN to v3.7 (25) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,659,418 | [test][do not merge]Upgrade oneDNN to v3.7 (24) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,655,680 | [test][do not merge]Upgrade oneDNN to v3.7 (28) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ci-no-td",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,654,115 | [Inductor-CPU] LLaMA doesn't use templated GEMMs for da8w8 quantization for next-token generation | sanchitintel | closed | [
"oncall: cpu inductor"
] | 1 | COLLABORATOR | ### 🐛 Describe the bug
If LLaMA models are run with torchao da8w8 quantization (dynamically quantized int8 activation & int8 quantized weights), then templated GEMMs are not being used in the next-token generation case, except for LM head linear.
Some pattern-matching passes such as `_register_quantization_binary_lo... | true |
2,880,622,994 | Request for Binary Version of torch==2.5.1 with CUDA 12.4 for ARM 7.5 (Graviton2) | michaelsheka | closed | [
"module: binaries",
"triaged"
] | 2 | NONE | ### 🚀 The feature, motivation and pitch
Hi all,
First of all, I want to thank you for the amazing library!
I’m currently trying to find a binary version that meets the following specifications:
torch==2.5.1
CUDA version: 12.4
Architecture: ARM 7.5 for Graviton2
Could you please guide me on how to obtain or build t... | true |
2,880,529,406 | Insert custom op to fix scale shapes for async TP + float8 rowwise scaling with "reshape -> scaled mm -> reshape" pattern | danielvegamyhre | closed | [
"oncall: distributed",
"release notes: distributed (pipeline)",
"module: inductor",
"ciflow/inductor"
] | 1 | CONTRIBUTOR | Part of https://github.com/pytorch/torchtitan/issues/864
## Summary
While testing torchtitan with float8 training with rowwise scaling + async TP, a [bug](https://github.com/pytorch/torchtitan/issues/864) was discovered. The symptom was the scaling factor dims did not match the dims of the tensor the scales were t... | true |
2,880,526,905 | [WIP][Intel GPU][do not merge] Enable SDPA on XPU | DDEle | closed | [
"module: cpu",
"module: mkldnn",
"open source",
"ciflow/trunk",
"topic: not user facing",
"module: inductor",
"module: dynamo",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 5 | CONTRIBUTOR | TEST ONLY
For XPU SDPA...
```
git reset --hard origin/viable/strict
git merge yanbing-j/yanbing/upgrade_onednn_v3.7
git merge DDEle/onednn_graph_sdpa-integration
new commits to be tested...
```
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @gujinghui @PenghuiCheng @jianyuh @min-jean... | true |
2,880,415,709 | DISABLED test_inductor_reuse_buffer_after_inplace_collective (__main__.CompileTest) | pytorch-bot[bot] | open | [
"triaged",
"module: flaky-tests",
"skipped",
"module: c10d",
"oncall: pt2"
] | 19 | NONE | Platforms: inductor, rocm, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_inductor_reuse_buffer_after_inplace_collective&suite=CompileTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/378287... | true |
2,880,415,440 | DISABLED test_reorder_peak_memory_bfs (__main__.TestOperatorReorderForPeakMemory) | pytorch-bot[bot] | open | [
"module: rocm",
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: inductor"
] | 1 | NONE | Platforms: rocm
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_reorder_peak_memory_bfs&suite=TestOperatorReorderForPeakMemory&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/37828755697).
Over the past ... | true |
2,880,409,623 | [MPS] Add support for `entr()` in eager. | dcci | closed | [
"Merged",
"module: mps",
"release notes: mps",
"ciflow/mps",
"module: inductor"
] | 5 | MEMBER | cc @kulinseth @albanD @malfet @DenisVieriu97 @jhavukainen @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov | true |
2,880,326,541 | Fix the benchmark config name from H100 benchmark | huydhn | closed | [
"Merged",
"topic: not user facing"
] | 3 | CONTRIBUTOR | When using the wrong benchmark configs, the benchmark jobs will be skipped. The name should have the `_cuda_h100` suffix as used in the test matrix.
| true |
2,880,323,644 | torch.compile supported with GIL disabled | shiyang-weng | open | [
"triaged",
"module: python frontend",
"oncall: pt2",
"module: dynamo"
] | 1 | CONTRIBUTOR | ### 🚀 The feature, motivation and pitch
I want to try python3.13t to get better performance.
But found https://github.com/pytorch/pytorch/blob/acca9b9cb0a38b2eb1bfd5fe0aaff3760dd77812/torch/_dynamo/eval_frame.py#L827C61-L827C78
"torch.compile is not supported on Python built with GIL disabled"
Is there any plan to s... | true |
2,880,290,159 | [test][do not merge ]Upgrade oneDNN to v3.7 (23) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/binaries",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 3 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,289,402 | [test][do not merge]Upgrade oneDNN to v3.7(22) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,288,961 | [test][do not merge]Upgrade oneDNN to v3.7(21) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,288,287 | [test][do not merge]Upgrade oneDNN to v3.7(20) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,287,576 | [test][do not merge]Upgrade oneDNN to v3.7 (19) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,286,730 | [test][do not merge]Upgrade oneDNN to v3.7(18) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,286,024 | [test][do not merge]Upgrade oneDNN to v3.7(17) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,285,322 | [test][do not merge]Upgrade oneDNN to v3.7(16) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,284,937 | [test][do not merge]Upgrade oneDNN to v3.7(15) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,284,242 | [test][do not merge ]Upgrade oneDNN to v3.7 (14) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,283,431 | [test][do not merge]Upgrade oneDNN to v3.7(13) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
2,880,282,719 | [test][do not merge]Upgrade oneDNN to v3.7(12) | yanbing-j | closed | [
"module: mkldnn",
"open source",
"module: arm",
"ciflow/trunk",
"topic: not user facing",
"intel",
"module: inductor",
"ciflow/inductor",
"ciflow/xpu",
"ciflow/linux-aarch64"
] | 1 | COLLABORATOR | Fixes #ISSUE_NUMBER
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @Guobing-Chen @Xia-Weiwen @snadampal @malfet @milpuz01 @voznesenskym @penguinwu @EikanWang @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8... | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.