Skip to content

Nonblocking backend may perform dynamic allocations #285

@anyzelman

Description

@anyzelman

E.g., in nonblocking/blas1.hpp:553 . It should instead rely on the internal global buffer for such things, as otherwise it clashes with performance semantics (which typically prefer no system calls may be made, including allocations) while the current solution is also not using NUMA-aware allocation (which the global buffer does use).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions