Skip to content

Compilation issue on Apple Silicon MacOS Tahoe 26.0.1 - ggml-metal-device.m #3480

@squidpickles

Description

@squidpickles

Compiling whisper.cpp on MacOS is failing with this error:

ggml/src/ggml-metal/ggml-metal-device.m:994:65: error: property 'gpuAddress' not found on object of type 'id<MTLBuffer>'
  994 |                 res->all_data = (void *) (res->buffers[0].metal.gpuAddress);

There is a recent merged PR ggml-org/llama.cpp#16576 that fixes the issue if applied here as well.

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