File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
" component: conversion " :
14
14
- core/conversion/**/*
15
-
15
+ - py/torch_tensorrt/dynamo/conversion/**/*
16
+
16
17
" component: converters " :
17
18
- core/conversion/converters/**/*
19
+ - py/torch_tensorrt/dynamo/conversion/impl/**/*
18
20
19
21
" component: evaluators " :
20
22
- core/conversion/evaluators/**/*
21
23
22
24
" component: fx " :
23
25
- py/torch_tensorrt/fx/**/*
24
26
27
+ " component: dynamo " :
28
+ - py/torch_tensorrt/dynamo/**/*
29
+
30
+ " component: torch_compile " :
31
+ - py/torch_tensorrt/dynamo/backend/*
32
+
25
33
" component: partitioning " :
26
34
- core/partitioning/**/*
27
35
28
36
" component: runtime " :
29
37
- core/runtime/**/*
38
+ - py/torch_tensorrt/dynamo/runtime/**/*
30
39
31
40
" component: lowering " :
32
41
- core/lowering/**/*
42
+ - py/torch_tensorrt/dynamo/lowering/**/*
33
43
34
44
" component: tests " :
35
45
- tests/**/*
36
46
37
47
" component: build system " :
38
48
- WORKSPACE
39
49
- BUILD
50
+ - pyproject.toml
51
+ - setup.py
40
52
41
53
" documentation " :
42
54
- docs/**/*
You can’t perform that action at this time.
0 commit comments