iree icon indicating copy to clipboard operation
iree copied to clipboard

Support i1 datatype

Open lialan opened this issue 1 year ago • 0 comments

This patch enables i1 datatype support.

  • Previously i1 was treated as i8 in memory. This patch avoids padding i1
  • Fixes some corner-case issues with i1 and i2 where the size of vector is not a multiple of 8-bits
  • Have to work together with upstream change which handles sub-byte sized vector and memref types.

lialan avatar Oct 07 '24 23:10 lialan