File tree
3 files changed
+3
-3
lines changed- .ci/docker/ci_commit_pins
- third-party
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
- .ci/docker/common/install_conda.sh+14-10
- .github/ci_commit_pins/xla.txt+1-1
- Dockerfile+5-5
- aten/src/ATen/native/DispatchStub.h+13-13
- aten/src/ATen/native/vulkan/api/Context.h+28-1
- aten/src/ATen/native/vulkan/api/Resource.h+8
- aten/src/ATen/native/vulkan/api/ShaderRegistry.h+3
- aten/src/ATen/native/vulkan/api/Tensor.cpp+140-15
- aten/src/ATen/native/vulkan/api/Tensor.h+75-4
- aten/src/ATen/native/vulkan/api/Utils.h+15-2
- benchmarks/dynamo/common.py+31
- c10/util/Logging.cpp+31-17
- caffe2/CMakeLists.txt+6
- caffe2/python/examples/imagenet_trainer.py+4-4
- caffe2/python/hypothesis_test.py+2-2
- caffe2/python/operator_test/rank_loss_operator_test.py+11-12
- caffe2/python/utils.py+1-1
- docs/source/distributed.checkpoint.rst+2-12
- docs/source/torch.compiler_aot_inductor.rst+2-1
- scripts/release/apply-release-changes.sh+13-8
- scripts/release/tag-docker-images.sh+24
- test/distributed/_tensor/test_redistribute.py+19
- test/distributed/checkpoint/e2e/test_e2e_save_and_load.py+3-27
- test/distributed/checkpoint/test_fsspec.py+1-1
- test/distributed/checkpoint/test_state_dict.py+23-24
- test/distributed/tensor/parallel/test_tp_examples.py+1-73
- test/distributed/test_c10d_nccl.py+2-2
- test/dynamo/test_guard_manager.py+2-2
- test/dynamo/test_replay_record.py-195
- test/export/test_export.py+9-4
- test/export/test_export_nonstrict.py+2-1
- test/export/test_serdes.py+23-1
- test/export/test_serialize.py+102-92
- test/export/test_torchbind.py+25-2
- test/export/testing.py+5
- test/fx/test_partitioner_order.py+53
- test/inductor/test_cutlass_backend.py+358
- test/inductor/test_max_autotune.py-312
- test/inductor/test_pad_mm.py-142
- test/inductor/test_triton_kernels.py+111-9
- test/quantization/pt2e/test_quantize_pt2e.py+47
- test/run_test.py+2-1
- test/test_dynamic_shapes.py+5-3
- test/test_sparse.py+2
- test/test_sparse_csr.py+4-2
- tools/gen_vulkan_spv.py+67-1
- torch/_C/_autograd.pyi+1
- torch/_dynamo/convert_frame.py+8-6
- torch/_dynamo/guards.py+7
- torch/_dynamo/output_graph.py+42-2
- torch/_dynamo/utils.py+20-8
- torch/_dynamo/variables/builder.py+7
- torch/_dynamo/variables/distributed.py+1-1
- torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py+9-3
- torch/_higher_order_ops/triton_kernel_wrap.py+48-33
- torch/_inductor/codegen/wrapper.py+11
- torch/_inductor/fx_passes/pad_mm.py+2-64
- torch/_inductor/ir.py+4-4
- torch/_ops.py+7-1
- torch/_subclasses/fake_tensor.py+2-5
- torch/ao/quantization/fx/_decomposed.py+114-31
- torch/ao/quantization/quantizer/composable_quantizer.py+7
- torch/autograd/profiler.py+1
- torch/autograd/profiler_util.py+4
- torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp+1-1
- torch/csrc/dynamo/cache_entry.cpp+5
- torch/csrc/dynamo/cache_entry.h+2
- torch/csrc/dynamo/extra_state.cpp+10-3
- torch/csrc/dynamo/guards.cpp+20-37
- torch/csrc/dynamo/guards.h+8
- torch/distributed/_tensor/api.py-4
- torch/distributed/_tensor/redistribute.py+13-8
- torch/distributed/checkpoint/__init__.py-1
- torch/distributed/checkpoint/_checkpointer.py+100
- torch/distributed/checkpoint/_fsspec_filesystem.py+116-9
- torch/distributed/checkpoint/_storage_utils.py+1-1
- torch/distributed/checkpoint/fsspec.py-122
- torch/distributed/checkpoint/state_dict.py-7
- torch/distributed/tensor/parallel/style.py+4-2
- torch/export/_safeguard.py+2-1
- torch/export/_trace.py+8-2
- torch/fx/experimental/symbolic_shapes.py+23-12
- torch/fx/graph.py+8
- torch/fx/passes/infra/partitioner.py+7-6
- torch/fx/proxy.py+10-7
- torch/testing/_internal/distributed/_tensor/common_dtensor.py+119-30
- torch/utils/_triton.py+22-2
0 commit comments