Skip to content

Commit cc5296a

Browse files
authored
Update ptx.jl
1 parent d3db05f commit cc5296a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ptx.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ end
124124
end
125125

126126
############################################################################################
127-
127+
@static if !Sys.isapple()
128128
@testset "assembly" begin
129129

130130
@testset "child functions" begin
@@ -325,6 +325,7 @@ end
325325

326326
@test !occursin("gpu_gc_pool_alloc", asm)
327327
end
328+
end
328329

329330
@testset "float boxes" begin
330331
function kernel(a,b)

0 commit comments

Comments
 (0)