[Mlir-commits] [mlir] [mlir][ArithToAMDGPU] Skip tensor scaling ops (PR #207327)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jul 3 07:33:41 PDT 2026


================
@@ -0,0 +1,19 @@
+// RUN: mlir-opt %s -convert-arith-to-amdgpu=chipset=gfx950 | FileCheck %s
+
+module {
----------------
kuhar wrote:

you can drop the explicit module

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


More information about the Mlir-commits mailing list