scverse / rapids_singlecell

Rapids_singlecell: A GPU-accelerated tool for scRNA analysis. Offers seamless scverse compatibility for efficient single-cell data processing and analysis.
https://rapids-singlecell.readthedocs.io/
MIT License
140 stars 20 forks source link

(chore): try doing `__mean_var` without `client` via `gufunc` #216

Closed ilan-gold closed 2 months ago

ilan-gold commented 3 months ago

This is much slower and more memory intensive and I don't understand why

ilan-gold commented 3 months ago

Well it's allow_rechunk probably but I don't understand why it's complaining about that.

ilan-gold commented 2 months ago

This is "would be nice" but not worth figuring out why gufunc requires this bizarre chunking behavior. Closing in favor of #221