2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
- .github/ISSUE_TEMPLATE/pt2-bug-report.yml+11
- .github/merge_rules.yaml+3
- aten/src/ATen/cpu/vec/vec256/vec256_half_neon.h+828
- aten/src/ATen/cuda/CublasHandlePool.cpp+2-2
- aten/src/ATen/native/native_functions.yaml+4
- aten/src/ATen/native/sparse/SparseCsrTensor.cpp+74
- benchmarks/dynamo/ci_expected_accuracy/aot_inductor_torchbench_inference.csv+1-1
- docs/source/torch.compiler.rst+1-1
- docs/source/torch.compiler_dynamo_deepdive.rst+876
- docs/source/torch.compiler_guards_overview.rst-512
- docs/source/torch.compiler_troubleshooting.rst+2-2
- test/cpp/jit/test_custom_class_registrations.cpp+144
- test/distributed/checkpoint/e2e/test_e2e_save_and_load.py+29-3
- test/distributed/tensor/parallel/test_parallelize_api.py+66
- test/distributed/test_c10d_nccl.py+70
- test/dynamo/test_decorators.py+18
- test/expect/HasDecompTest.test_has_decomposition.expect+1
- test/export/test_torchbind.py+499-78
- test/inductor/test_aot_inductor.py+74-5
- test/inductor/test_cpu_cpp_wrapper.py-1
- test/inductor/test_cuda_cpp_wrapper.py-1
- test/inductor/test_cudagraph_trees.py+24-8
- test/inductor/test_perf.py+26
- test/inductor/test_torchinductor.py-7
- test/optim/test_optim.py+1-582
- test/test_nestedtensor.py+6-6
- test/test_optim.py+244-9
- test/test_sparse_csr.py+40
- third_party/onnx+1-1
- torch/__init__.py+4
- torch/_dynamo/backends/cudagraphs.py+138-101
- torch/_dynamo/config.py+5
- torch/_dynamo/guards.py+20-3
- torch/_dynamo/source.py+20
- torch/_dynamo/trace_rules.py+29-9
- torch/_dynamo/variables/builder.py+2
- torch/_dynamo/variables/functions.py+5-1
- torch/_export/non_strict_utils.py+5-2
- torch/_higher_order_ops/torchbind.py+26-2
- torch/_inductor/codecache.py+3-11
- torch/_inductor/codegen/cpp.py+8
- torch/_inductor/codegen/cpp_wrapper_cpu.py+13-6
- torch/_inductor/codegen/triton.py+4
- torch/_inductor/compile_fx.py+23-23
- torch/_inductor/config.py+26-3
- torch/_inductor/cudagraph_utils.py+31-17
- torch/_inductor/decomposition.py-5
- torch/_inductor/fx_passes/group_batch_fusion.py+3
- torch/_inductor/fx_passes/joint_graph.py+4
- torch/_inductor/fx_passes/pre_grad.py+24-35
- torch/_inductor/fx_passes/split_cat.py+24-33
- torch/_inductor/graph.py+24-2
- torch/_inductor/ir.py+6
- torch/_inductor/lowering.py+5-1
- torch/_inductor/metrics.py-5
- torch/_inductor/ops_handler.py+4-1
- torch/_inductor/scheduler.py+3
- torch/_inductor/utils.py+11
- torch/_library/__init__.py+2
- torch/_library/abstract_impl.py+40-4
- torch/_library/fake_class_registry.py+234
- torch/_subclasses/fake_tensor.py+1-1
- torch/_subclasses/meta_utils.py+19-48
- torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp+64-42
- torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp+4-3
- torch/csrc/dynamo/cpython_defs.h+9
- torch/csrc/inductor/aoti_runtime/model.h+3-2
- torch/distributed/_composable/fsdp/_fsdp_param.py+1-3
- torch/distributed/_functional_collectives_impl.py+12-2
- torch/distributed/_tensor/ops/pointwise_ops.py+3
- torch/distributed/checkpoint/default_planner.py+41
- torch/distributed/checkpoint/format_utils.py+4-39
- torch/distributed/checkpoint/state_dict_loader.py+69-1
- torch/distributed/tensor/parallel/api.py+22-14
- torch/export/_trace.py+5
- torch/export/unflatten.py+9-4
- torch/fx/experimental/proxy_tensor.py+15-6
- torch/fx/experimental/symbolic_shapes.py+2-2
- torch/nested/_internal/nested_tensor.py+1
- torch/nested/_internal/ops.py+8-2
- torch/onnx/_internal/_beartype.py+3-3
- torch/optim/adagrad.py+1-1
- torch/profiler/profiler.py+1-8
- torch/testing/_internal/common_optimizers.py+203-5
- torch/testing/_internal/distributed/_tensor/common_dtensor.py+11
- torch/testing/_internal/torchbind_impls.py+32
0 commit comments