Merge pull request #1320 from AtlantaPepsi/UT_cpx_hotfix

Temporary patch for unit tests in cpx mode
Этот коммит содержится в:
Tim
2024-09-06 12:07:03 -04:00
коммит произвёл GitHub
родитель 8282baae7f 757d1891e9
Коммит 8169cf1dfd
+1
Просмотреть файл
@@ -94,6 +94,7 @@ namespace RcclUnitTesting
// NOTE: Cannot use HIP call prior to launching unless it is inside another child process
numDetectedGpus = 0;
getDeviceCount(&numDetectedGpus);
numDetectedGpus = min(numDetectedGpus, 16);
isGfx94 = false;
getArchInfo(&isGfx94, "gfx94");
isGfx12 = false;