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 3758ff6 commit 0cd9274Copy full SHA for 0cd9274
tests/test-backend-ops.cpp
@@ -7272,7 +7272,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
7272
if (hsk != 192 && hsk != 576 && hsk != hsv) continue;
7273
if (hsk == 192 && (hsv != 128 && hsv != 192)) continue;
7274
if (hsk == 576 && hsv != 512) continue; // DeepSeek MLA
7275
-
+
7276
for (bool mask : { true, false } ) {
7277
for (bool sinks : { true, false } ) {
7278
for (float max_bias : { 0.0f, 8.0f }) {
0 commit comments