Skip to content

Commit 8149db4

Browse files
authored
Update pr-labels.yml
1 parent 28fd11a commit 8149db4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/pr-labels.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,43 @@
1212

1313
"component: conversion":
1414
- core/conversion/**/*
15-
15+
- py/torch_tensorrt/dynamo/conversion/**/*
16+
1617
"component: converters":
1718
- core/conversion/converters/**/*
19+
- py/torch_tensorrt/dynamo/conversion/impl/**/*
1820

1921
"component: evaluators":
2022
- core/conversion/evaluators/**/*
2123

2224
"component: fx":
2325
- py/torch_tensorrt/fx/**/*
2426

27+
"component: dynamo":
28+
- py/torch_tensorrt/dynamo/**/*
29+
30+
"component: torch_compile":
31+
- py/torch_tensorrt/dynamo/backend/*
32+
2533
"component: partitioning":
2634
- core/partitioning/**/*
2735

2836
"component: runtime":
2937
- core/runtime/**/*
38+
- py/torch_tensorrt/dynamo/runtime/**/*
3039

3140
"component: lowering":
3241
- core/lowering/**/*
42+
- py/torch_tensorrt/dynamo/lowering/**/*
3343

3444
"component: tests":
3545
- tests/**/*
3646

3747
"component: build system":
3848
- WORKSPACE
3949
- BUILD
50+
- pyproject.toml
51+
- setup.py
4052

4153
"documentation":
4254
- docs/**/*

0 commit comments

Comments
 (0)