mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Implement cooperative matrix store for the `SPV_KHR_cooperative_matrix` extension: https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_cooperative_matrix.html. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D155631