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

Make OneElement more GPU friendly #767

Open
ToucheSir opened this issue Jan 8, 2024 · 0 comments
Open

Make OneElement more GPU friendly #767

ToucheSir opened this issue Jan 8, 2024 · 0 comments
Labels
GPU help wanted Extra attention is needed

Comments

@ToucheSir
Copy link
Contributor

Ref. FluxML/Flux.jl#2368. I see a couple of possibly complementary ways to go about this. Easiest would be to define an Adapt rule for OneElement so it's materialized or substituted with some GPU-friendly equivalent when run through CUDA.cu. The other would be defining overloads for certain functions such as mul! which can take advantage of the sparsity.

@oxinabox oxinabox added help wanted Extra attention is needed GPU labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GPU help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants