Skip to content
Failed

Changes

Summary

  1. multi-GPU support: Add test for all policies (#6782) (details)
  2. Disable test case for Cuda <11.2 completely (details)
Commit 16a5ebe95e88bf103ff7459ca1b1ce9983426eed by noreply
multi-GPU support: Add test for all policies (#6782)

* Cuda multi-GPU support: Test with managed and unmanaged Views

* Move check for cuda_device

* Also test copying between devices

* Refactor using StreamsAndDevices

* Don't use shared_ptr
The file was modified core/unit_test/CMakeLists.txt (diff)
The file was modified core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp (diff)
Commit 3b4d38b44313533bbca1d285bd3bd7b42fa98a42 by Daniel Arndt
Disable test case for Cuda <11.2 completely
The file was modified core/unit_test/TestRangePolicyCTAD.cpp (diff)