Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Int8 and Int16 Batch Matmul support #139

Merged
merged 2 commits into from
Jul 11, 2024

Commits on Jul 3, 2024

  1. Int8 and Int16 Batch Matmul support

     * Adds new BatchMatmulFunctions folder
     * Adds new Batch Matmul public functions
     * Adds new s16 x s16 vector matmult function
     * Adds new unit tests
     * Adds new struct for batch matmul params
     * Remove cmake files from check version script
    
    Change-Id: I4709f56b23c2be91c08e26e381a1e956b6a9978b
    
    Signed-off-by: Ryan O'Shea <[email protected]>
    Co-authored-by: Adrian Lundell <[email protected]>
    AdrianLundell authored and ArmRyan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ff987e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix documentation warnings on github review

    Signed-off-by: Ryan O'Shea <[email protected]>
    ArmRyan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9756a3c View commit details
    Browse the repository at this point in the history