-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#grain Fix bug in transferring size-0 np arrays between processes.
Before the change to prefetch, the added test would fail at File "/<embedded stdlib>/multiprocessing/shared_memory.py", line 81, in __init__ raise ValueError("'size' must be a positive number different from zero") PiperOrigin-RevId: 713359364
- Loading branch information
1 parent
d458dfc
commit 7888c0c
Showing
2 changed files
with
35 additions
and
16 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