Skip to content

WIP: ibc: Use side-band data for bit size value

Sagar Ghuge requested to merge sagarghuge/mesa:fix_fp16_failures into ibc

For store intrinsic we don't have any way to figure out bit size so I ended up sending bit size as side band data. As discussed previously on IRC, about doing MOV in lowering to send, I am not doing it now as we have way to send bit size as separate argument.

Merge request reports