Skip to content

A difficult problem to solve: Computation with higher-bitwidth accumulators #5

@ChillFish8

Description

@ChillFish8

In some situations like int8 dot product, we want to accumulate into a higher bitwidth accumulator, but how do we go about supporting this in a sane and logical way? Currently, the system is very simple T in == T out but if we want to start doing say accumulate to u32 then this becomes considerably harder...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions