Skip to content

Extending scatter! to work with CUDA sparse arrays (retry of #648)#672

Open
alonsoC1s wants to merge 7 commits intoFluxML:masterfrom
alonsoC1s:master
Open

Extending scatter! to work with CUDA sparse arrays (retry of #648)#672
alonsoC1s wants to merge 7 commits intoFluxML:masterfrom
alonsoC1s:master

Conversation

@alonsoC1s
Copy link
Contributor

This is a new attempt at PR #648

It extends the signature of scatter! to work with AbstractCuSparseArray, a CUDA array type notably excluded by the original method. With the proposed patch, calling scatter! with sparse arrays from CUDA.CUSPARSE will correctly call the CUDA-specialized method instead of calling the generic CPU method, which triggered a scalar indexing error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant