[Mlir-commits] [mlir] [mlir][arith][spirv] Convert arith.truncf rounding mode to SPIR-V (PR #101547)

Andrea Faulds llvmlistbot at llvm.org
Fri Aug 2 05:40:25 PDT 2024


================
@@ -1,5 +1,22 @@
 // RUN: mlir-opt -split-input-file -convert-arith-to-spirv -verify-diagnostics %s
 
+///===----------------------------------------------------------------------===//
+// std cast ops
+//===----------------------------------------------------------------------===//
+
+module attributes {
+  spirv.target_env = #spirv.target_env<
----------------
andfau-amd wrote:

Ah, okay. I copied that section title from another test file, I wasn't sure what the `std` part meant. I've updated the other file also, hopefully that's fine.

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


More information about the Mlir-commits mailing list