Skip to content

Consider inlining reduce.c #217

@mkannwischer

Description

@mkannwischer

Having coefficient reductions in a separate compilation unit comes with an unnecessary performance overhead. Usually link time optimization (LTO) is sufficient to fix that (we do enable it in our benchmarks), but we should not rely on it.
Unless there is a good reason to keep the reductions in a separate CU, we should move them to the header file as inline functions

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