KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
473 stars 211 forks source link

[Backport to 15] Add support for checked load/store/construct matrix instructions #2496

Closed ficol closed 5 months ago

ficol commented 5 months ago

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192 CooperativeMatrixLoadCheckedINTEL = 6193 CooperativeMatrixStoreCheckedINTEL = 6194

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.