Skip to content

Commit

Permalink
runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 17, 2024
1 parent 8e31c85 commit 8abc593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/ext_cuda/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8abc593

Please sign in to comment.