[Mlir-commits] [mlir] [mlir] Support emit fp16 and bf16 type to cpp (PR #105803)
Simon Camphausen
llvmlistbot at llvm.org
Fri Aug 23 02:50:53 PDT 2024
================
@@ -16,39 +16,6 @@ func.func @arith_cast_vector(%arg0: vector<5xf32>) -> vector<5xi32> {
// -----
-func.func @arith_cast_bf16(%arg0: bf16) -> i32 {
----------------
simon-camp wrote:
Can you keep the tests and replace the types with unsupported floating point types, like `f128` and `f80` (and `tf32` is a thing as well, I think)
https://github.com/llvm/llvm-project/pull/105803
More information about the Mlir-commits
mailing list