You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Order multi-GPU test streams
The unified-memory verification tests exercise real cross-GPU launches
after preparing source arrays on another CUDA device stream. The source
allocation and copy are stream-ordered work, but the peer launch stream
had no explicit dependency on that source stream.
Order the peer stream after the source stream before the checked launch.
For mempool-backed source arrays, keep normal peer access enabled in the
positive execution cases while the companion rejection test disables only
mempool access. That keeps the real launch path covered and makes
mempool access the tested verifier difference without running the peer
kernel in a brittle peer-disabled pool-access state.
Signed-off-by: Eric Shi <ershi@nvidia.com>
Approved-by: Eric Shi <ershi@nvidia.com>
See merge request omniverse/warp!2399
0 commit comments