Unverified Commit da5a0b53 authored by Alexander Matveev's avatar Alexander Matveev Committed by GitHub
Browse files

Remove marlin warning (#4918)

parent 6287537a
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment