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
It looks like this issue may have been addressed already in cupy/cupy#4223. We are running into similar problems as we work through upcoming changes to use Cupy 8.0 and put more of the filtering logic on the GPU device.
An option for us to get around the size limitation in the gene filtering step might be to allocate an empty 1-d output array of size n_cells and then perform the sum over a few batches. Take the following as an example to populate the summed array with the sums across the genes for the first 100 cells:
Corey, thanks for the reply! If I eventually get back to this error, I might try to modify your function filter_genes() to perform a sum over multiple batches and see if the code runs from that point onward.
Could I please ask if you have successfully run the RAPIDS analysis on a real dataset that is larger than the 1M cell dataset?
Could I ask if you might have any tips on how to overcome this error?
I'm running your 1M cell code, but I tried it on my own set of 2.8M cells.
Here's my matrix:
Let's try to run this:
The text was updated successfully, but these errors were encountered: