[Mlir-commits] [mlir] [mlir][spirv] Add bfloat16 support (PR #141458)
Igor Wodiany
llvmlistbot at llvm.org
Tue May 27 04:22:36 PDT 2025
================
@@ -4215,16 +4245,24 @@ class SPIRV_MatrixOfType<list<Type> allowedTypes> :
class SPIRV_VectorOf<Type type> :
VectorOfLengthAndType<[2, 3, 4, 8, 16], [type]>;
+class SPIRV_CoopMatrixOf<Type type> :
----------------
IgWod-IMG wrote:
Do we actually need an extra class? It only saves a bit of typing: `SPIRV_CoopMatrixOfType<[type]>` vs `SPIRV_CoopMatrixOf<type>`, so I'm not sure if it's worth it.
https://github.com/llvm/llvm-project/pull/141458
More information about the Mlir-commits
mailing list