We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b57efd commit 93ec6b0Copy full SHA for 93ec6b0
py/setup.py
@@ -422,6 +422,9 @@ def run(self):
422
"include/torch_tensorrt/core/lowering/*.h",
423
"include/torch_tensorrt/core/lowering/passes/*.h",
424
"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",
428
"include/torch_tensorrt/core/plugins/*.h",
429
"include/torch_tensorrt/core/plugins/impl/*.h",
430
"include/torch_tensorrt/core/runtime/*.h",
0 commit comments