Skip to content

crash in ggml-cuda with rms_norm and mul fusion #1365

@Codes4Fun

Description

@Codes4Fun

I don't know exactly what this code does, but it looks like it is trying to access the second src of an rms_norm tensor, which only has one src:

if (rms_norm == mul->src[1] && !ggml_are_same_shape(mul->src[0], rms_norm->src[1])) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions