mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-09 12:40:23 +00:00
Restrict lane scale to NVFP4
Don't need to test unfused combinations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user