• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"module: dynamo":
2- torch/_dynamo/**
3- torch/csrc/dynamo/**
4- benchmarks/dynamo/**
5- test/dynamo/**
6
7"module: inductor":
8- torch/_inductor/**
9- test/inductor/**
10
11"ciflow/inductor":
12- torch/_decomp/**
13- torch/_dynamo/**
14- torch/_export/**
15- torch/_inductor/**
16- benchmarks/dynamo/**
17- torch/_subclasses/fake_tensor.py
18- torch/_subclasses/fake_utils.py
19- torch/_subclasses/meta_utils.py
20- test/distributed/test_dynamo_distributed.py
21- test/distributed/test_inductor_collectives.py
22- torch/_functorch/_aot_autograd/**
23- torch/_functorch/aot_autograd.py
24- torch/_functorch/partitioners.py
25- .ci/docker/ci_commit_pins/**
26- .github/ci_commit_pins/**
27- c10/core/Sym*
28- torch/fx/experimental/symbolic_shapes.py
29- torch/fx/experimental/recording.py
30- torch/fx/experimental/sym_node.py
31- torch/fx/experimental/validator.py
32- torch/fx/experimental/proxy_tensor.py
33- test/distributed/_tensor/test_dtensor_compile.py
34- test/distributed/tensor/parallel/test_fsdp_2d_parallel.py
35- torch/distributed/_tensor/**
36- torch/distributed/fsdp/**
37- torch/csrc/inductor/**
38- test/cpp/aoti_abi_check/**
39- test/cpp/aoti_inference/**
40
41"module: cpu":
42- aten/src/ATen/cpu/**
43- aten/src/ATen/native/cpu/**
44- aten/src/ATen/native/quantized/cpu/**
45- aten/src/ATen/native/Convolution*.cpp
46- aten/src/ATen/native/mkldnn/**
47- torch/cpu/**
48- torch/utils/mkldnn.py
49- torch/utils/_sympy/**
50- test/test_mkldnn.py
51
52"module: mkldnn":
53- third_party/ideep
54- caffe2/ideep/**
55- caffe2/python/ideep/**
56- cmake/Modules/FindMKLDNN.cmake
57- third_party/mkl-dnn.BUILD
58- torch/csrc/jit/codegen/onednn/**
59- test/test_jit_llga_fuser.py
60- test/test_mkldnn.py
61
62"ciflow/linux-aarch64":
63- third_party/ideep
64- caffe2/ideep/**
65- caffe2/python/ideep/**
66- cmake/Modules/FindMKLDNN.cmake
67- third_party/mkl-dnn.BUILD
68- torch/csrc/jit/codegen/onednn/**
69- test/test_jit_llga_fuser.py
70- test/test_mkldnn.py
71
72"module: amp (automated mixed precision)":
73- torch/amp/**
74- aten/src/ATen/autocast_mode.*
75- torch/csrc/jit/passes/autocast.cpp
76- test/test_autocast.py
77
78"NNC":
79- torch/csrc/jit/tensorexpr/**
80
81"release notes: quantization":
82- torch/ao/quantization/**
83- torch/quantization/**
84- aten/src/ATen/quantized/**
85- aten/src/ATen/native/quantized/cpu/**
86- test/quantization/**
87
88"ciflow/trunk":
89- .ci/docker/ci_commit_pins/triton.txt
90
91"oncall: distributed":
92- torch/csrc/distributed/**
93- torch/distributed/**
94- torch/nn/parallel/**
95- test/distributed/**
96- torch/testing/_internal/distributed/**
97
98"module: distributed_checkpoint":
99- torch/distributed/checkpoint/**
100- test/distributed/checkpoint/**
101