[Mlir-commits] [mlir] [mlir] Support emit fp16 and bf16 type to cpp (PR #105803)

Longsheng Mou llvmlistbot at llvm.org
Sun Aug 25 23:54:38 PDT 2024


================
@@ -46,14 +46,6 @@ memref.global "nested" constant @nested_global : memref<3x7xf32>
 
 // -----
 
-func.func @unsupported_type_f16() {
----------------
CoTinker wrote:

Also, keep the tests and replace the types with unsupported floating point types, like `f128`. But it's not that important. It's up to you.

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


More information about the Mlir-commits mailing list