Skip to content
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

Open
oschulz opened this issue Aug 13, 2019 · 5 comments
Open

Making histograms GPU-compatible #513

oschulz opened this issue Aug 13, 2019 · 5 comments
Assignees

Comments

@oschulz
Copy link
Contributor

oschulz commented Aug 13, 2019

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?

@nalimilan
Copy link
Member

I guess it would be OK to allow any type of AbstractArray and parameterize on it.

@oschulz
Copy link
Contributor Author

oschulz commented Aug 20, 2019

Ok, you can assign me, then, I'll put it on my to-do list. :-)

@oschulz
Copy link
Contributor Author

oschulz commented Oct 17, 2019

Update: Not abandoned, just deferred due to time constraints. I still definitely plan to pursue this.

@oschulz
Copy link
Contributor Author

oschulz commented Jun 12, 2020

Still not abandoned!

@xiaodaigh
Copy link
Contributor

Yay. I made a faster countmap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants