Update matrix_multiplication test

This commit is contained in:
augustin64 2022-11-11 11:41:21 +01:00
parent 7572874f2e
commit 6d635d7634

View File

@ -127,7 +127,7 @@ int main() {
printf("Checking CUDA compatibility.\n");
bool cuda_compatible = check_cuda_compatibility();
if (!cuda_compatible) {
printf("CUDA not compatible, skipping tests.\n");
printf(RED "CUDA not compatible, skipping tests.\n" RESET);
return 0;
}
printf(GREEN "OK\n" RESET);