-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
No Activitycomponent: build systemIssues re: Build systemIssues re: Build systemcomponent: dynamoIssues relating to the `torch.compile` or `torch._dynamo.export` pathsIssues relating to the `torch.compile` or `torch._dynamo.export` pathsfeature requestNew feature or requestNew feature or request
Description
Context
The current Python build system relies on particular files and directories which do not have C++ dependencies. This can lead to issues when there are mixed C++/Python functionalities in a user-specified way (for example TRTModule vs TRTModuleNext).
Feature Proposal
Update setup.py and relevant files in the FX + Dynamo directories to have "Python-only" versions of key functions, which can then be safely imported when a user builds the repository with a Python-only flag.
Metadata
Metadata
Assignees
Labels
No Activitycomponent: build systemIssues re: Build systemIssues re: Build systemcomponent: dynamoIssues relating to the `torch.compile` or `torch._dynamo.export` pathsIssues relating to the `torch.compile` or `torch._dynamo.export` pathsfeature requestNew feature or requestNew feature or request