Restrict lane scale to NVFP4

Don't need to test unfused combinations
This commit is contained in:
Oliver Simons
2026-06-10 17:28:28 +02:00
parent 9d9f1a0086
commit 096597884b
+3
View File
@@ -9144,6 +9144,9 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
continue;
}
for (bool with_lane_scale : {false, true}) {
if (with_lane_scale && type != GGML_TYPE_NVFP4) {
continue;
}
for (bool gate_first : {false, true}) {
if (!with_gate && gate_first) {
continue;