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 fa144ca commit 5fcf67bCopy full SHA for 5fcf67b
mlir/test/Target/LLVMIR/gpu.mlir
@@ -101,3 +101,11 @@ module attributes {gpu.container_module} {
101
llvm.return
102
}
103
104
+
105
+// -----
106
107
+// Checking that ELF section is populated
108
+module attributes {gpu.container_module} {
109
+ // CHECK: @cuda_device_mod_bin_cst = internal constant [4 x i8] c"BLOB", section "__nv_rel_fatbin", align 8
110
+ gpu.binary @cuda_device_mod [#gpu.object<#nvvm.target, properties = {section = "__nv_rel_fatbin"}, "BLOB">]
111
+}
0 commit comments