SWDEV-532473 - Check for P2P support in atomic mgpu tests (#225)

Co-authored-by: Rahul Manocha <rmanocha@amd.com>
This commit is contained in:
Manocha, Rahul
2025-08-04 12:51:59 -07:00
committed by GitHub
parent 560c731d42
commit fcebe427fc
4 changed files with 34 additions and 0 deletions
+2
View File
@@ -580,6 +580,8 @@ void MultipleDeviceMultipleKernelAndHostTest(const unsigned int num_devices,
}
}
CHECK_P2P_SUPPORT
if (kernel_count > 1) {
for (auto i = 0u; i < num_devices; ++i) {
int canAccess = 0;