Skip to content

Commit

Permalink
fix gpu test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 12, 2024
1 parent 74f1e08 commit e5e0896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ext_common/recurrent_gpu_ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end
x = [randn(Float32, d_in, batch_size) for _ in 1:len]
h = zeros(Float32, d_out)
@test test_gradients(r, x[1], h; test_gpu=true,
compare_finite_diff=false
compare_finite_diff=false,
loss=cell_loss) broken = :gruv3cell_single BROKEN_TESTS
@test test_gradients(r, x, h; test_gpu=true,
compare_finite_diff=false,
Expand Down

0 comments on commit e5e0896

Please sign in to comment.