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

Improve broadcasting via FastBroadcast.jl #549

Closed
avik-pal opened this issue Mar 19, 2024 · 1 comment
Closed

Improve broadcasting via FastBroadcast.jl #549

avik-pal opened this issue Mar 19, 2024 · 1 comment

Comments

@avik-pal
Copy link
Member

FastBroadcast is really good on CPUs (on GPUs it doesn't really matter a lot). We should migrate to use that in the case where it can give speedups like __apply_activation.

Need to figure out a way for AD packages to play nice with it though because scalar --> scalar we would want to use forward mode ad.

@avik-pal avik-pal linked a pull request Mar 21, 2024 that will close this issue
3 tasks
@avik-pal avik-pal changed the title Improve broadcasting via FastBroadcast,jl Improve broadcasting via FastBroadcast.jl Apr 6, 2024
@avik-pal
Copy link
Member Author

Done in LuxLib

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

Successfully merging a pull request may close this issue.

1 participant