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

added GPU accelerated read_mtx function #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

LouisFaure
Copy link

I bring my initial implementation of read_mtx_gpu from gpu branch of scanpy, now available at rsc.read_mtx! Here are some infos:

  • I added an option to keep the loaded matrix in cupy sparse in the new anndata.
  • By default the function uses cudf to load the mtx. There is also dask-cudf bakend option available as it might help for out of memory loading, but I do not think it is then necessary to include dask-cudf as a pip requirement (but can be otherwise).

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.

None yet

1 participant