You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem you would like to solve.
I implemented spatial autocorrelation using Moran's I and Geary's C on GPUs for my spatial Transcriptomics. It's up 100 times (using an RTX3090) faster than the CPU implementation from squidgy (using 32 cores). It could be a great expansion of cuSpatial towards GIS functionality.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem you would like to solve.
I implemented spatial autocorrelation using Moran's I and Geary's C on GPUs for my spatial Transcriptomics. It's up 100 times (using an RTX3090) faster than the CPU implementation from squidgy (using 32 cores). It could be a great expansion of cuSpatial towards GIS functionality.
Describe any alternatives you have considered
GIS, Squidpy
Additional context
Code:
https://github.com/scverse/rapids_singlecell/tree/main/src/rapids_singlecell/squidpy_gpu
benchmark:
https://github.com/scverse/rapids_singlecell/blob/main/notebooks/autocorr_benchmark.ipynb
The text was updated successfully, but these errors were encountered: