Skip to content

Commit 39b0a0b

Browse files
committed
test: remove NNlib
1 parent 3e19e50 commit 39b0a0b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/core/bcast.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using Test
2-
using Reactant
3-
using Enzyme, NNlib
4-
using Reactant.MLIR
5-
using Statistics
1+
using Test, Reactant, Enzyme, Statistics
2+
using Reactant: MLIR
63

74
@noinline function no(@nospecialize(x))
85
x = @ccall $(Base.@cfunction(identity, Any, (Any,)))(x::Any)::Any

0 commit comments

Comments
 (0)