================
@@ -1663,6 +1663,13 @@ let TargetPrefix = "nvvm" in {
       def int_nvvm_ # type # _to_f16x2 # suffix : CVT_I16_TO_F16X2<type, 
suffix>;
     }
   }
+
+  // FP4 conversions.
+  foreach relu = ["", "_relu"] in {
+    defvar suffix = !strconcat("_rn", relu);
----------------
durga4github wrote:

nit: since it is only two variables, may be using # is simpler.

https://github.com/llvm/llvm-project/pull/139244
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to