Skip to content

Vectorize TensorPrimitive generic operations for sizeof(T) < 4 #96453

@stephentoub

Description

@stephentoub

#96451 added generic versions of the existing float-based operations, complete with vectorization. However, that vectorization is currently skipped if sizeof(T) < 4, which means it doesn't kick in for byte, sbyte, ushort, short, or char. That should be implemented (or we should explicitly decide we don't need to).

// - Vectorize integer operations when sizeof(T) == 1 or 2 (currently only vectorized in most operations for sizeof(T) == 4 or 8).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions