|
1 | 1 | "component: torchtrtc": |
2 | | - - cpp/torchtrtc/**/* |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - cpp/torchtrtc/**/* |
3 | 5 |
|
4 | 6 | "component: api [C++]": |
5 | | - - cpp/**/* |
| 7 | + - changed-files: |
| 8 | + - any-glob-to-any-file: |
| 9 | + - cpp/**/* |
6 | 10 |
|
7 | 11 | "component: api [Python]": |
8 | | - - py/**/* |
| 12 | + - changed-files: |
| 13 | + - any-glob-to-any-file: |
| 14 | + - py/**/* |
9 | 15 |
|
10 | 16 | "component: core": |
11 | | - - core/**/* |
12 | | - - py/torch_tensorrt/dynamo/**/* |
| 17 | + - changed-files: |
| 18 | + - any-glob-to-any-file: |
| 19 | + - core/**/* |
| 20 | + - py/torch_tensorrt/dynamo/**/* |
13 | 21 |
|
14 | 22 | "component: conversion": |
15 | | - - core/conversion/**/* |
16 | | - - py/torch_tensorrt/dynamo/conversion/**/* |
| 23 | + - changed-files: |
| 24 | + - any-glob-to-any-file: |
| 25 | + - core/conversion/**/* |
| 26 | + - py/torch_tensorrt/dynamo/conversion/**/* |
17 | 27 |
|
18 | 28 | "component: converters": |
19 | | - - core/conversion/converters/**/* |
20 | | - - py/torch_tensorrt/dynamo/conversion/impl/**/* |
| 29 | + - changed-files: |
| 30 | + - any-glob-to-any-file: |
| 31 | + - core/conversion/converters/**/* |
| 32 | + - py/torch_tensorrt/dynamo/conversion/impl/**/* |
21 | 33 |
|
22 | 34 | "component: evaluators": |
23 | | - - core/conversion/evaluators/**/* |
| 35 | + - changed-files: |
| 36 | + - any-glob-to-any-file: |
| 37 | + - core/conversion/evaluators/**/* |
24 | 38 |
|
25 | 39 | "component: fx": |
26 | | - - py/torch_tensorrt/fx/**/* |
| 40 | + - changed-files: |
| 41 | + - any-glob-to-any-file: |
| 42 | + - py/torch_tensorrt/fx/**/* |
27 | 43 |
|
28 | 44 | "component: dynamo": |
29 | | - - py/torch_tensorrt/dynamo/**/* |
| 45 | + - changed-files: |
| 46 | + - any-glob-to-any-file: |
| 47 | + - py/torch_tensorrt/dynamo/**/* |
30 | 48 |
|
31 | 49 | "component: torch_compile": |
32 | | - - py/torch_tensorrt/dynamo/backend/* |
| 50 | + - changed-files: |
| 51 | + - any-glob-to-any-file: |
| 52 | + - py/torch_tensorrt/dynamo/backend/* |
33 | 53 |
|
34 | 54 | "component: partitioning": |
35 | | - - core/partitioning/**/* |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: |
| 57 | + - core/partitioning/**/* |
36 | 58 |
|
37 | 59 | "component: runtime": |
38 | | - - core/runtime/**/* |
39 | | - - py/torch_tensorrt/dynamo/runtime/**/* |
| 60 | + - changed-files: |
| 61 | + - any-glob-to-any-file: |
| 62 | + - core/runtime/**/* |
| 63 | + - py/torch_tensorrt/dynamo/runtime/**/* |
40 | 64 |
|
41 | 65 | "component: lowering": |
42 | | - - core/lowering/**/* |
43 | | - - py/torch_tensorrt/dynamo/lowering/**/* |
| 66 | + - changed-files: |
| 67 | + - any-glob-to-any-file: |
| 68 | + - core/lowering/**/* |
| 69 | + - py/torch_tensorrt/dynamo/lowering/**/* |
44 | 70 |
|
45 | 71 | "component: tests": |
46 | | - - tests/**/* |
| 72 | + - changed-files: |
| 73 | + - any-glob-to-any-file: |
| 74 | + - tests/**/* |
47 | 75 |
|
48 | 76 | "component: build system": |
49 | | - - MODULE.bazel |
50 | | - - BUILD |
51 | | - - pyproject.toml |
52 | | - - setup.py |
53 | | - - toolchain/**/* |
| 77 | + - changed-files: |
| 78 | + - any-glob-to-any-file: |
| 79 | + - MODULE.bazel |
| 80 | + - BUILD |
| 81 | + - pyproject.toml |
| 82 | + - setup.py |
| 83 | + - toolchain/**/* |
54 | 84 |
|
55 | 85 | "documentation": |
56 | | - - docs/**/* |
57 | | - - docsrc/**/* |
| 86 | + - changed-files: |
| 87 | + - any-glob-to-any-file: |
| 88 | + - docs/**/* |
| 89 | + - docsrc/**/* |
0 commit comments