commit | d2f935057bc038e3e8a3fa7ce82573729c3abe01 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Wed Aug 09 15:36:46 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Aug 14 16:21:29 2023 -0700 |
tree | 6a16fd348de0bfeb9d3a42bb743b36de69f356b1 | |
parent | 2bb257c5c213bc889184c0c40089a66fbc65a88b [diff] |
Add convolution accumulation register support Kelvin has a set of instructions specifically for convolution and depth-wise convolution, and it has special accumulation register to support it. Add the instructions to update the accumulation register. PiperOrigin-RevId: 555295471