We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9e7da commit d84f2eaCopy full SHA for d84f2ea
1 file changed
test/gcn.jl
@@ -261,9 +261,9 @@ end
261
end
262
263
@test @filecheck begin
264
+ check"CHECK: .type {{(julia|j)_nonentry_[0-9]+}},@function"
265
check"CHECK: .amdhsa_kernel _Z5entry5Int64"
266
check"CHECK-NOT: .amdhsa_kernel {{(julia|j)_nonentry_[0-9]+}}"
- check"CHECK: .type {{(julia|j)_nonentry_[0-9]+}},@function"
267
GCN.code_native(mod.entry, Tuple{Int64}; dump_module=true, kernel=true)
268
269
0 commit comments