Skip to content

Commit 4206e26

Browse files
authored
Enzyme: broaden tests (#583)
1 parent 47725a3 commit 4206e26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/runtests.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ using Interpolations: Constant
1515
using KernelAbstractions
1616
import ReverseDiff as RD # used in `pooling.jl`
1717

18-
const Test_Enzyme = VERSION <= v"1.10-" && !Sys.iswindows() &&
19-
# TODO Enzyme is not working properly with AMDGPU yet.
20-
get(ENV, "NNLIB_TEST_AMDGPU", "false") != "true"
18+
const Test_Enzyme = VERSION <= v"1.10-"
2119

2220
DocMeta.setdocmeta!(NNlib, :DocTestSetup, :(using NNlib, UnicodePlots); recursive=true)
2321

0 commit comments

Comments
 (0)