-
Notifications
You must be signed in to change notification settings - Fork 244
Calling similar(...) on AbstractCuSparseArray with dims #1184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
birkmichael
wants to merge
36
commits into
JuliaGPU:master
Choose a base branch
from
birkmichael:CuSparse_Similar
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
cc65094
calling similar on AbstractCuSparseArray with dims
birkmichael ad2c4a4
Merge pull request #1 from birkmichael/CuSparse_Similar
birkmichael 2af05e4
robust handling of similar CSC/CSR
birkmichael 25ad0e1
Merge pull request #2 from birkmichael/CuSparse_Similar
birkmichael 53724ce
fixed getrowptr,colvals
birkmichael 8c7a33e
Merge pull request #3 from birkmichael/CuSparse_Similar
birkmichael 6a8b64b
forgot Base. prefix to several instances of similar
birkmichael ad222bf
Merge pull request #4 from birkmichael/CuSparse_Similar
birkmichael 2620166
used fill instead of CUDA.fill in matrix initialization
birkmichael 14149a2
Merge pull request #5 from birkmichael/CuSparse_Similar
birkmichael 05c85ef
tests for similar, unfinished
birkmichael 309f02e
Created test set for 'similar'
birkmichael 6ec07de
imported some SparseArrays methods
birkmichael fb4b253
Fixed CSR rowPtr setting in 'similar'
birkmichael df04acb
tests for 'similar' for CSC,CSR
birkmichael 6956881
Merge pull request #6 from birkmichael/CuSparse_Similar_tests
birkmichael 4bf8e00
splatted 1D tuple dims when creating vector
birkmichael 2d5b613
Merge pull request #7 from birkmichael/vectorfix
birkmichael faba255
Merge pull request #8 from birkmichael/CuSparse_Similar
birkmichael 1a097db
Added method getindex(CuSparseMat,Colon), changed show for vectors
birkmichael 38cf586
Added conversion from matrix to vector
birkmichael 4b3466e
Merge pull request #9 from birkmichael/CuSparse_similar_toVector
birkmichael 9b1f529
Merge branch 'master' into CuSparse_Similar
birkmichael 575b576
Full indexing of CuSparseArrays
birkmichael bd16d76
Vectorising matrices
birkmichael dc4075f
Merge branch 'JuliaGPU:master' into master
birkmichael 69e69d6
Added vectorising of CuSparseMatrices
birkmichael 9a7196f
Update array.jl
birkmichael f90a4d6
Update conversions.jl
birkmichael 0e45e48
Update conversions.jl
birkmichael 43240b3
Merge pull request #11 from birkmichael/CuSparse_Similar_matrixIndexing
birkmichael e62cbb6
changed to match updates in master
birkmichael 509d10a
Update conversions.jl
birkmichael e47b56b
Merge pull request #12 from JuliaGPU/master
birkmichael 66103d1
Merge branch 'CuSparse_Similar' into master
birkmichael 3b64e56
Merge pull request #13 from birkmichael/master
birkmichael File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.