Skip to content

Commit 4dd934b

Browse files
cleanup
1 parent 859abfd commit 4dd934b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/graph_conversions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ function to_sparse(coo::COO_T, T::DataType=Int; dir=:out, num_nodes=nothing)
132132
return A, num_nodes, num_edges
133133
end
134134

135-
# _sparse(I, J, V, m, n) = sparse(I, J, V, m, n)
136-
137-
# _sparse(I::CuVector, J::CuVector, V::CuVector, m, n)
138135

139136
@non_differentiable to_coo(x...)
140137
@non_differentiable to_dense(x...)

0 commit comments

Comments
 (0)