[Mlir-commits] [mlir] [MLIR][NVVM] Update support for conversions to f8x2 and f6x2 types (PR #137781)
Durgadoss R
llvmlistbot at llvm.org
Fri May 2 09:49:01 PDT 2025
================
@@ -176,3 +176,75 @@ llvm.func @nvvm_match_sync_any(%val32: i32, %thread_mask: i32) {
%0 = nvvm.match.sync any %thread_mask, %val32 : i32 -> !llvm.struct<(i32, i1)>
llvm.return
}
+
+// -----
+
+llvm.func @nvvm_cvt_float_to_f8x2_wrong_rounding_e4m3(%a : f32, %b : f32) {
----------------
durga4github wrote:
invalid_rounding ?
https://github.com/llvm/llvm-project/pull/137781
More information about the Mlir-commits
mailing list