diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index c770822776..9c1f16cfb6 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -9144,6 +9144,9 @@ static std::vector> 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;