Skip to content

Query regarding BLAS implementation of GGML #1145

Open
@vikasbalaga

Description

@vikasbalaga

I am trying to implement an application with GGML library on x86_64 architecture. I have built the "default" variant which will utilize GNU libraries for low level math functions.

But when I wanted to use "BLAS" as a backend library, I can see in the source code that it supports only a few operations, even for a basic operation like "MUL", I am seeing the following error

ggml-blas.cpp:250: ggml_backend_blas_graph_compute: unsupported op MUL

@ggerganov, does it mean that I can't use BLAS as a backend library or can you please confirm if there is a way to overcome these issues?

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