Skip to content

aco: implement 16-bit I/O and enable storageInputOutput16 on GFX9+

Samuel Pitoiset requested to merge hakzsam/mesa:aco_16bit_input_output into master

I think it should just work on GFX8 as well, I implemented the code for that. But we recently disabled fp16 related features on GFX8 and older because no fast packed math instructions. CTS pass on both GFX9/GFX10.

Merge request reports