[Mlir-commits] [mlir] [Func][GPU] Create func::ConstantOp using parents with SymbolTable trait (PR #107748)

Artem Kroviakov llvmlistbot at llvm.org
Sun Sep 8 06:12:39 PDT 2024


================
@@ -0,0 +1,34 @@
+// RUN: mlir-opt %s \
+// RUN: | mlir-opt -gpu-lower-to-nvvm-pipeline="cubin-format=%gpu_compilation_format" \
+// RUN: | mlir-cpu-runner \
+// RUN:   --shared-libs=%mlir_cuda_runtime \
+// RUN:   --shared-libs=%mlir_runner_utils \
+// RUN:   --entry-point-result=void \
+// RUN: | FileCheck %s
+
+// CHECK: Hello from 0, 1, 3.000000
+module attributes {gpu.container_module} {
----------------
akroviakov wrote:

Thanks for such a fast feedback. I have replaced the integration test by a test in `Dialect/GPU`.

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


More information about the Mlir-commits mailing list