-
Notifications
You must be signed in to change notification settings - Fork 628
normalize_total
with numba
#3135
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
Comments
Waiting for potential work already done on this by intel folks (@ashish615 have you guys worked on this?) |
@Intron7 code for below link may work for only csr matrix. |
Implement with or without Intel PR |
So the implementation from intel would replace the scanpy/src/scanpy/preprocessing/_normalization.py Lines 28 to 52 in 834159a
Because everything done until that point is to find median in case there is no fixed target sum given. So I would essentially have to utilize numba in |
@selmanozleyen That does sound correct, although I have not looked into it closely before just now, and there is not much of a bread crumb trail to pick at since the Intel code is so different. So I don't want to say "yes for sure" but it does seem that way. It's possible |
I removed the See here for my thoughts about the scope of fast-array-utils: #3449 |
What kind of feature would you like to request?
Other?
Please describe your wishes
This would speed up normalization
The text was updated successfully, but these errors were encountered: