Skip to content

Get buffer size issues #201

@mansnils

Description

@mansnils

The convolve wrapper buffer size functions (pure-C, MVE, DSP variants) are missing the (input_dims->c == filter_dims->c) check present in the wrapper functions, causing buffer under-allocation when input_dims->c != filter_dims->c.

Also arm_convolve_wrapper_s4_get_buffer_size MVE path call the s8 buffer size variant instead of the s4 variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions