[Mlir-commits] [mlir] [mlir][spirv] Add bfloat16 support (PR #141458)

Igor Wodiany llvmlistbot at llvm.org
Tue May 27 04:22:37 PDT 2025


================
@@ -265,6 +265,13 @@ func.func @dot(%arg0: vector<4xf32>, %arg1: vector<4xf32>) -> f32 {
 
 // -----
 
+func.func @dot_bf16(%arg0: vector<4xbf16>, %arg1: vector<4xbf16>) -> bf16 {
----------------
IgWod-IMG wrote:

Missing `CHECK` in this test?

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


More information about the Mlir-commits mailing list