-
Notifications
You must be signed in to change notification settings - Fork 194
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
Making histograms GPU-compatible #513
Comments
I guess it would be OK to allow any type of |
Ok, you can assign me, then, I'll put it on my to-do list. :-) |
Update: Not abandoned, just deferred due to time constraints. I still definitely plan to pursue this. |
Still not abandoned! |
Yay. I made a faster |
This was referenced Jan 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
Histogram
is not GPU-compatible, due to it's fixed array type for weights (weights::Array{T,N}
).I'd like to work on this. Are there objections to adding another type parameter to
Histogram
?The text was updated successfully, but these errors were encountered: