Skip to content

spirv, nir, types: Implement front-end of SPV_KHR_cooperative_matrix

Caio Oliveira requested to merge cmarcelo/mesa:spirv-nir-coop into main

Extension documentation: https://github.com/KhronosGroup/SPIRV-Registry/pull/207

On top of !23734 (merged) and the glsl_types code here uses same strategy that was proposed in !23281 (merged) for type keys.

Merge request reports