Remove marlin warning (#4918)

This commit is contained in:
Alexander Matveev 2024-05-20 10:55:34 -04:00 committed by GitHub
parent 6287537a0c
commit da5a0b539d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1519,10 +1519,6 @@ exec_config_t determine_thread_config(int prob_m, int prob_n, int prob_k,
}
}
printf("WARNING: Marlin kernel is reducing max_m_blocks due to small SM "
"GPU cache. This may "
"hurt performance. Consider upgrading your GPU.\n");
max_m_blocks--; // Process less M blocks per invocation to reduce cache
// usage
}