[Mlir-commits] [mlir] [mlir][spirv] Add bfloat16 support (PR #141458)
Darren Wihandi
llvmlistbot at llvm.org
Mon May 26 10:44:16 PDT 2025
================
@@ -24,8 +24,8 @@ class SPIRV_ArithmeticBinaryOp<string mnemonic, Type type,
SPIRV_BinaryOp<mnemonic, type, type,
!listconcat(traits,
[Pure, SameOperandsAndResultType])> {
- // In addition to normal types arithmetic instructions can support cooperative
- // matrix.
+ // TODO: Arithmetic operations that use this definition do not support cooperative matrices,
+ // these need to be fixed.
----------------
fairywreath wrote:
I will address this in a separate PR.
https://github.com/llvm/llvm-project/pull/141458
More information about the Mlir-commits
mailing list