Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[sources]
GPUArrays = {url = "https://github.com/JuliaGPU/GPUArrays.jl", rev = "ksh/sparse"}
5 changes: 0 additions & 5 deletions lib/cusparse/CUSPARSE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ include("generic.jl")
# high-level integrations
include("interfaces.jl")

# native functionality
include("device.jl")
include("broadcast.jl")
include("reduce.jl")

include("batched.jl")


Expand Down
181 changes: 90 additions & 91 deletions lib/cusparse/array.jl

Large diffs are not rendered by default.

Loading