We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202c5d1 commit 9712967Copy full SHA for 9712967
tests/test-backend-ops.cpp
@@ -7135,7 +7135,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
7135
if (hsk != 192 && hsk != 576 && hsk != hsv) continue;
7136
if (hsk == 192 && (hsv != 128 && hsv != 192)) continue;
7137
if (hsk == 576 && hsv != 512) continue; // DeepSeek MLA
7138
-
+
7139
for (bool mask : { true, false } ) {
7140
for (bool sinks : { true, false } ) {
7141
for (float max_bias : { 0.0f, 8.0f }) {
0 commit comments