Skip to content

Commit a3344fd

Browse files
committed
LoopVectorization.relu instead of VectorizationBase.relu
1 parent 561bcbb commit a3344fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/can_avx.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@test LoopVectorization.ArrayInterface.can_avx(sqrt)
1414
@test LoopVectorization.ArrayInterface.can_avx(tanh_fast)
1515
@test LoopVectorization.ArrayInterface.can_avx(sigmoid_fast)
16-
@test LoopVectorization.ArrayInterface.can_avx(VectorizationBase.relu)
16+
@test LoopVectorization.ArrayInterface.can_avx(LoopVectorization.relu)
1717
@test !LoopVectorization.ArrayInterface.can_avx(clenshaw)
1818
@test !LoopVectorization.ArrayInterface.can_avx(println)
1919

0 commit comments

Comments
 (0)