From 8abc5939cc596f2ca3a17a02b268aa47d94ca2d9 Mon Sep 17 00:00:00 2001 From: CarloLucibello Date: Thu, 17 Oct 2024 10:02:23 +0200 Subject: [PATCH] runtests --- test/ext_cuda/runtests.jl | 4 ++-- test/runtests.jl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/ext_cuda/runtests.jl b/test/ext_cuda/runtests.jl index d7a6ba63c9..b4eee41315 100644 --- a/test/ext_cuda/runtests.jl +++ b/test/ext_cuda/runtests.jl @@ -23,8 +23,8 @@ end include("cudnn.jl") end @testset "Recurrent" begin - BROKEN_TESTS = [] - include("../ext_common/recurrent_gpu_ad.jl") + BROKEN_TESTS = [] + include("../ext_common/recurrent_gpu_ad.jl") end @testset "ctc" begin include("ctc.jl") diff --git a/test/runtests.jl b/test/runtests.jl index f44c4b7758..ff6660be14 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -11,9 +11,9 @@ using Functors: fmapstructure_with_path ## Uncomment below to change the default test settings # ENV["FLUX_TEST_AMDGPU"] = "true" -ENV["FLUX_TEST_CUDA"] = "true" +# ENV["FLUX_TEST_CUDA"] = "true" # ENV["FLUX_TEST_METAL"] = "true" -ENV["FLUX_TEST_CPU"] = "false" +# ENV["FLUX_TEST_CPU"] = "false" # ENV["FLUX_TEST_DISTRIBUTED_MPI"] = "true" # ENV["FLUX_TEST_DISTRIBUTED_NCCL"] = "true" ENV["FLUX_TEST_ENZYME"] = "false" # We temporarily disable Enzyme tests since they are failing