Skip to content

Commit

Permalink
Update ptx.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Feb 4, 2025
1 parent d3db05f commit cc5296a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ptx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ end
end

############################################################################################

@static if !Sys.isapple()
@testset "assembly" begin

@testset "child functions" begin
Expand Down Expand Up @@ -325,6 +325,7 @@ end

@test !occursin("gpu_gc_pool_alloc", asm)
end
end

@testset "float boxes" begin
function kernel(a,b)
Expand Down

0 comments on commit cc5296a

Please sign in to comment.