Skip to content

Bug: no compilation without IQK_MULMAT #456

@Nexesenex

Description

@Nexesenex

What happened?

IK_LLama won't compile without IQK_Mulmat's compilation activated.

Name and Version

Last version, PR446 merged

What operating system are you seeing the problem on?

Win11, MSVS

Relevant log output

The cause is probably in ggml.c

Line 15044/45 :

"#if GGML_USE_IQK_MULMAT
static void ggml_compute_forward_mul_mat_id_up_gate("

So, the OP "GGML_OP_MOE_FUSED_UP_GATE" involving
ggml_"compute_forward_mul_mat_id_up_gate",
OP which is not under the condition "#if GGML_USE_IQK_MULMAT",
will not be compiled because "static void ggml_compute_forward_mul_mat_id_up_gate" is not available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions