Skip to content

Commit 43d88b0

Browse files
committed
Restore imports
1 parent 263f2e9 commit 43d88b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cusparse/array.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export CuSparseMatrixCSC, CuSparseMatrixCSR, CuSparseMatrixBSR, CuSparseMatrixCO
99

1010
using LinearAlgebra: BlasFloat
1111
using SparseArrays
12+
using SparseArrays: nonzeroinds, nonzeros, rowvals, getcolptr
1213
abstract type AbstractCuSparseVector{Tv, Ti} <: GPUArrays.AbstractGPUSparseArray{Tv, Ti, 1} end
1314
abstract type AbstractCuSparseMatrix{Tv, Ti} <: GPUArrays.AbstractGPUSparseArray{Tv, Ti, 2} end
1415

0 commit comments

Comments
 (0)