Skip to content
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

Sparse CSC gemm wrappers actually call CSR routines #181

Closed
jebej opened this issue May 27, 2020 · 2 comments · Fixed by #185
Closed

Sparse CSC gemm wrappers actually call CSR routines #181

jebej opened this issue May 27, 2020 · 2 comments · Fixed by #185
Labels
bug Something isn't working cuda array Stuff about CuArray. good first issue Good for newcomers

Comments

@jebej
Copy link
Contributor

jebej commented May 27, 2020

https://github.com/JuliaGPU/CUDA.jl/blob/master/lib/cusparse/wrappers.jl#L1871-L1875

@maleadt maleadt added bug Something isn't working cuda array Stuff about CuArray. labels May 28, 2020
@jebej
Copy link
Contributor Author

jebej commented May 28, 2020

Should I make a PR to this repo? Is the transition to this new package fully done?

@maleadt
Copy link
Member

maleadt commented May 29, 2020

Should I make a PR to this repo? Is the transition to this new package fully done?

That would be great! Yes, the migration is complete, and CUDA.jl should be fully functional.

@maleadt maleadt added the good first issue Good for newcomers label May 29, 2020
@maleadt maleadt linked a pull request May 29, 2020 that will close this issue
maleadt added a commit that referenced this issue May 30, 2020
fix sparse CSC gemm and test (closes #181)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda array Stuff about CuArray. good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants