We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84f2ea commit 3df173fCopy full SHA for 3df173f
1 file changed
test/gcn.jl
@@ -262,8 +262,8 @@ 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: .symbol:{{.*}}_Z5entry5Int64.kd"
+ check"CHECK-NOT: .symbol:{{.*}}nonentry"
267
GCN.code_native(mod.entry, Tuple{Int64}; dump_module=true, kernel=true)
268
end
269
0 commit comments