Skip to content

Commit f7a1927

Browse files
committed
Try integrating with the GPUArrays sparse migration
1 parent 2e983fe commit f7a1927

File tree

15 files changed

+270
-1268
lines changed

15 files changed

+270
-1268
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9696
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
9797
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
9898
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
99+
100+
[sources]
101+
GPUArrays = {url = "https://github.com/JuliaGPU/GPUArrays.jl", rev = "master"}

lib/cusparse/CUSPARSE.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ include("generic.jl")
4747
# high-level integrations
4848
include("interfaces.jl")
4949

50-
# native functionality
51-
include("device.jl")
52-
include("broadcast.jl")
53-
include("reduce.jl")
54-
5550
include("batched.jl")
5651

5752

lib/cusparse/array.jl

Lines changed: 95 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)