Skip to content

Commit 9639e13

Browse files
import can_avx to ArrayInterface
1 parent 8697b70 commit 9639e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArrayInterface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import ArrayInterfaceCore: ArrayIndex, MatrixIndex, VectorIndex, BidiagonalIndex
1212
import ArrayInterfaceCore: ismutable, can_change_size, can_setindex, deleteat, insert
1313
# constants
1414
import ArrayInterfaceCore: MatAdjTrans, VecAdjTrans, UpTri, LoTri
15-
#
15+
# device pieces
1616
import ArrayInterfaceCore: AbstractDevice, AbstractCPU, CPUPointer, CPUTuple, CheckParent,
17-
CPUIndex, GPU
17+
CPUIndex, GPU, can_avx
1818

1919
using Static
2020
using Static: Zero, One, nstatic, eq, ne, gt, ge, lt, le, eachop, eachop_tuple,

0 commit comments

Comments
 (0)