Skip to content

8bit*8bit 4-D dot-product accumulating to 32bit, similar to ARM SDOT and x86 VNNI #9

@bjacob

Description

@bjacob

This issue is a placeholder for future discussion about supporting 4-dimensional-reducing dot-product instructions taking 8bit inputs and accumulating into 32bit, i.e.

int32_accumulator += int8_lhs_0 * int8_rhs_0 + ... + int8_lhs_3 * int8_rhs_3

This would be similar to recent instructions: ARM SDOT/UDOT (and even more recent USDOT and SUDOT supporting mixed signednesses) and x86 AVX-VNNI instructions.

The motivation for filing this issue now is that I had created some confusion by commenting on that topic on PR WebAssembly/simd#127 which is actually about something different.

@kpu let's take discussion here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions