Skip to content

Commit

Permalink
Move TODO to source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 17, 2022
1 parent cf89496 commit 41a4832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/cusparse/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ using Base.Broadcast: Broadcasted

using CUDA: CuArrayStyle

# TODO: support more types (SparseVector, SparseMatrixCSC, COO, BSR)


## sparse broadcast style

Expand Down
2 changes: 0 additions & 2 deletions test/cusparse/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ m,n = 2,3
p = 0.5

for elty in [Float32]
# TODO: CuSparseVector

@testset "$typ" for typ in [CuSparseMatrixCSR]
x = sprand(elty, m, n, p)
dx = typ(x)
Expand Down

0 comments on commit 41a4832

Please sign in to comment.