mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
Update matrix_multiplication test
This commit is contained in:
parent
7572874f2e
commit
6d635d7634
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user