File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
include (" cudnn.jl" )
24
24
end
25
25
@testset " Recurrent" begin
26
- BROKEN_TESTS = []
27
- include (" ../ext_common/recurrent_gpu_ad.jl" )
26
+ BROKEN_TESTS = []
27
+ include (" ../ext_common/recurrent_gpu_ad.jl" )
28
28
end
29
29
@testset " ctc" begin
30
30
include (" ctc.jl" )
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ using Functors: fmapstructure_with_path
11
11
12
12
# # Uncomment below to change the default test settings
13
13
# ENV["FLUX_TEST_AMDGPU"] = "true"
14
- ENV [" FLUX_TEST_CUDA" ] = " true"
14
+ # ENV["FLUX_TEST_CUDA"] = "true"
15
15
# ENV["FLUX_TEST_METAL"] = "true"
16
- ENV [" FLUX_TEST_CPU" ] = " false"
16
+ # ENV["FLUX_TEST_CPU"] = "false"
17
17
# ENV["FLUX_TEST_DISTRIBUTED_MPI"] = "true"
18
18
# ENV["FLUX_TEST_DISTRIBUTED_NCCL"] = "true"
19
19
ENV [" FLUX_TEST_ENZYME" ] = " false" # We temporarily disable Enzyme tests since they are failing
You can’t perform that action at this time.
0 commit comments