-
Notifications
You must be signed in to change notification settings - Fork 621
[CUDAGraph] Support multi output buffers and merge some fixes from feature/exp_0908 #4062
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
[CUDAGraph] Support multi output buffers and merge some fixes from feature/exp_0908 #4062
Conversation
Thanks for your contribution! |
@@ -102,6 +106,7 @@ def __init__( | |||
self.cuda_graph_manager = Dy2StCudaGraphManager() | |||
|
|||
def run_static_model(self, entry: ConcreteSizeEntry, **kwargs): | |||
from paddle.jit.dy2static.utils import CUDAGraphState |
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.
CUDAGraphState 相关的修改需要 revert下
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.
done
7c50810
to
7cf0969
Compare
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
No description provided.