-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not access UMD-managed SVM-allocation while in-use
It is illegal with UMD-managed migrations to access a SVM-allocation from CPU side while it is still in-use on GPU side. In such scenario a CPU-side access triggers data fetch from GPU-side and then any subsequent GPU-side modification will not be observable on the CPU-side. With UMD-managed migrations there is no way to tell the GPU that it should fetch the allocation again from CPU-side before modifying it. The removed `EXPECT_NE` statements are not mandatory for the goals of the tests while their side-effects make things worse. Signed-off-by: Maciej Bielski <[email protected]>
- Loading branch information
1 parent
d6f60a2
commit 209f08f
Showing
1 changed file
with
0 additions
and
10 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