PASS with warning if not enough GPUs detected.

Bu işleme şunda yer alıyor:
Ben Sander
2016-05-02 13:37:14 -05:00
ebeveyn 1ccc900649
işleme c7f583dcfb
+2
Dosyayı Görüntüle
@@ -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;
}