From cc5296aff608b13e4377607770642e57e7ca031b Mon Sep 17 00:00:00 2001 From: William Moses Date: Mon, 3 Feb 2025 18:31:07 -0600 Subject: [PATCH] Update ptx.jl --- test/ptx.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ptx.jl b/test/ptx.jl index 32efc006..6f28425b 100644 --- a/test/ptx.jl +++ b/test/ptx.jl @@ -124,7 +124,7 @@ end end ############################################################################################ - +@static if !Sys.isapple() @testset "assembly" begin @testset "child functions" begin @@ -325,6 +325,7 @@ end @test !occursin("gpu_gc_pool_alloc", asm) end +end @testset "float boxes" begin function kernel(a,b)