composable_kernel icon indicating copy to clipboard operation
composable_kernel copied to clipboard

[DONT MERGE] Fp4 experiment

Open cloudhan opened this issue 2 years ago • 1 comments

@zjing14 This is a fully correct pipeline that support packed fp4 (2 int4s in a byte). This is used for demonstrate what might need to be changed to support subtype opearation. The conversion however is a dummy opeartion with adhoc impl.

The problem with current ck:

  1. no subbyte vector support.
  2. no subbyte addressing support.
  3. no hierarchical layout description.

cloudhan avatar Oct 30 '23 11:10 cloudhan

@cloudhan Thx very much for working on sub-byte data type and pointing out issues in CK. We are working on it. @geyyer

zjing14 avatar Nov 28 '23 16:11 zjing14