[llvm] [SPIR-V] Add SPV_INTEL_joint_matrix extension (PR #118578)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 05:34:06 PST 2024


================
@@ -0,0 +1,46 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown --spirv-ext=+SPV_KHR_cooperative_matrix,+SPV_INTEL_joint_matrix %s -o - | FileCheck %s
----------------
MrSidims wrote:

spirv-val won't understand it as the capabilities and the instructions are not yet propagated to SPIR-V Headers. 

https://github.com/llvm/llvm-project/pull/118578


More information about the llvm-commits mailing list