-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: structured inputs for CudaGraphsTorchTensorRTModule #3407
base: main
Are you sure you want to change the base?
Conversation
ebaacff
to
15df89f
Compare
@@ -290,10 +291,6 @@ def test_weight_streaming_cudagraphs(self, _, use_python_runtime): | |||
("cpp_runtime", False), | |||
] | |||
) | |||
@unittest.skipIf( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test took 80sec on rtx4080
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to create a new runner instance for tests like these if you feel its taking too long
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks fine. according to log, it was running under Test torch compile backend
test, which took 12 minutes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@keehyuna can you resolve the conflict then we can merge? |
16d3ac8
to
9ec010a
Compare
Description
Add support for structured inputs in CudaGraphsTorchTensorRTModule using torch's tree utilities to properly handle both args and kwargs input
Fixes #3406
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: