forked from pytorch/torchrec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid record_stream arg for Request awaitable (pytorch#2634)
Summary: Pull Request resolved: pytorch#2634 pytorch#2598 causes failures when running on cpu: ``` RuntimeError: unknown parameter type ``` This is because `record_stream` doesn't accept CPU streams. This diff forward fixes the issue. Differential Revision: D67171994 fbshipit-source-id: a9ffddfcd978d343a58fb039a4fcd89c336ceee6
- Loading branch information
1 parent
4a2b291
commit 3928a1b
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters