commit | 2c83406fb775bf7ddb44f3c425dabc499cda6e47 | [log] [tgz] |
---|---|---|
author | River Riddle <riverriddle@google.com> | Thu Jan 17 14:11:05 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:25:45 2019 -0700 |
tree | 05650aea3ca538686f605d2aaab852a42e3078ef | |
parent | 772732726ee891f0a1c3f6e806947ea709007677 [diff] |
[MLIR] Add functionality for constructing a DenseElementAttr from an array of attributes and rerwite DenseElementsAttr::writeBits/readBits to handle non uniform bitwidths. This fixes asan failures that happen when using non uniform bitwidths. PiperOrigin-RevId: 229815107