Skip to content

Add benchmark for dense/sparse SIMD vector masking #52

@edanor

Description

@edanor

When calculations are performed within an 'if-else' statement for scalar operations, only one part of the statement has to be executed ('if' block or 'else' block). When using masking, both blocks have to be executed even if the required conditions do not apply for most of the data elements.

A benchmark should be created to measure this masking overhead and, if possible, show in which cases scalar code might be a better option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions