diff --git a/hipamd/tests/src/hipMemcpyAll.cpp b/hipamd/tests/src/hipMemcpyAll.cpp index c8484aa32f..49e7c94bdf 100644 --- a/hipamd/tests/src/hipMemcpyAll.cpp +++ b/hipamd/tests/src/hipMemcpyAll.cpp @@ -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; }