We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e195b commit 4d67b31Copy full SHA for 4d67b31
mlir/test/Dialect/GPU/module-to-binary-nvvm.mlir
@@ -1,7 +1,7 @@
1
// REQUIRES: host-supports-nvptx
2
// RUN: mlir-opt %s --gpu-module-to-binary="format=llvm" | FileCheck %s
3
// RUN: mlir-opt %s --gpu-module-to-binary="format=isa" | FileCheck %s -check-prefix=CHECK-ISA
4
-// RUN: mlir-opt %s --gpu-module-to-binary="section=__fatbin" | FileCheck %s -check-prefix=CHECK-SECTION
+// RUN: mlir-opt %s --gpu-module-to-binary="format=llvm section=__fatbin" | FileCheck %s -check-prefix=CHECK-SECTION
5
6
module attributes {gpu.container_module} {
7
// CHECK-LABEL:gpu.binary @kernel_module1
0 commit comments