Skip to content

compiler/types: fix serialization of cooperative matrix

Ivan Briano requested to merge ibriano/mesa:cmat-serialize into main

What does this MR do and why?

compiler/types: fix serialization of cooperative matrix

Encoding of cmat_desc is overwriting the base_type with the type of the
elements of the matrix.

Fixes: 2d0f4f2c17b ("compiler/types: Add support for Cooperative Matrix types")

Merge request reports