From 834bed345b4305d9c072061e85703d0c503ce319 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 ++-- 1 file changed, 2 insertions(+), 2 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")