Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features - Added configuration file for MemPool with ITA Changes - ITA: Load RQS parameter from memory - ITA: Support user specified output address for results - ITA: Support different matrix shapes - ITA: Support 32-bit row-vise biases - ITA: Fetch Q and K always from ITA Core 0 Fix - ITA: Fix overflow bug in streaming_partial_softmax Important Note The softmax values have a maximum value of 127 as `sumdot` modules of the hardware can only do signed-signed operations for now. This is a temporary fix until `sumdot` is fixed.
- Loading branch information