Skip to content

Commit 93ec6b0

Browse files
committed
chore: Add new parititoning headers to py packaging
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2b57efd commit 93ec6b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ def run(self):
422422
"include/torch_tensorrt/core/lowering/*.h",
423423
"include/torch_tensorrt/core/lowering/passes/*.h",
424424
"include/torch_tensorrt/core/partitioning/*.h",
425+
"include/torch_tensorrt/core/partitioning/segmentedblock/*.h",
426+
"include/torch_tensorrt/core/partitioning/partitioninginfo/*.h",
427+
"include/torch_tensorrt/core/partitioning/partitioningctx/*.h",
425428
"include/torch_tensorrt/core/plugins/*.h",
426429
"include/torch_tensorrt/core/plugins/impl/*.h",
427430
"include/torch_tensorrt/core/runtime/*.h",

0 commit comments

Comments
 (0)