PASS with warning if not enough GPUs detected.
[ROCm/hip commit: c7f583dcfb]
This commit is contained in:
@@ -40,6 +40,8 @@ int num;
|
||||
hipGetDeviceCount(&num);
|
||||
if(num < 2)
|
||||
{
|
||||
printf ("warning: Not enough GPUs to run the test, exiting without running.\n");
|
||||
passed();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Verwijs in nieuw issue
Block a user