-
Notifications
You must be signed in to change notification settings - Fork 529
Make Captum log_usage universal by supporting async functions #1614
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D76837949 |
This pull request was exported from Phabricator. Differential Revision: D76837949 |
624d926
to
e3dd460
Compare
…h#1614) Summary: Pull Request resolved: pytorch#1614 As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging. Reviewed By: vivekmig Differential Revision: D76837949
This pull request was exported from Phabricator. Differential Revision: D76837949 |
e3dd460
to
c6a6ba0
Compare
…h#1614) Summary: Pull Request resolved: pytorch#1614 As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging. Reviewed By: vivekmig Differential Revision: D76837949
This pull request was exported from Phabricator. Differential Revision: D76837949 |
…h#1614) Summary: Pull Request resolved: pytorch#1614 As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging. Reviewed By: vivekmig Differential Revision: D76837949
c6a6ba0
to
2fec148
Compare
This pull request was exported from Phabricator. Differential Revision: D76837949 |
…h#1614) Summary: Pull Request resolved: pytorch#1614 As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging. Reviewed By: vivekmig Differential Revision: D76837949
2fec148
to
3b4ea7d
Compare
…h#1614) Summary: Pull Request resolved: pytorch#1614 As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging. Reviewed By: vivekmig Differential Revision: D76837949
This pull request was exported from Phabricator. Differential Revision: D76837949 |
3b4ea7d
to
1358060
Compare
This pull request has been merged in a293a56. |
Summary: As title. Checks if function being wrapped is a coroutine and uses an async wrapper instead of sync when logging.
Differential Revision: D76837949