From 871dc50277ed409b6ef345b737fecdddec6d53a2 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Thu, 29 Feb 2024 13:12:29 -0500 Subject: [PATCH] test log/print sync --- test/ext_cuda/runtests.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/ext_cuda/runtests.jl b/test/ext_cuda/runtests.jl index aa1f431fe7..39dc770701 100644 --- a/test/ext_cuda/runtests.jl +++ b/test/ext_cuda/runtests.jl @@ -10,6 +10,11 @@ CUDA.allowscalar(false) # include("../test_utils.jl") include("test_utils.jl") +for i in 1:100 + println(i) + @info i +end + @testset "get_devices" begin include("get_devices.jl") end