-
-
Notifications
You must be signed in to change notification settings - Fork 615
add opencl support #2635
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
base: master
Are you sure you want to change the base?
add opencl support #2635
Conversation
|
Marking as draft until the MLDataDevices PR is merged |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2635 +/- ##
===========================================
+ Coverage 32.09% 65.93% +33.84%
===========================================
Files 32 33 +1
Lines 2038 2087 +49
===========================================
+ Hits 654 1376 +722
+ Misses 1384 711 -673 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@CarloLucibello Should I bump the minimum required version of MLDataDevices as well? |
yes. Can we add some tests, e.g. for Dense forward and backward passes? |
|
@CarloLucibello will these be good enough? |
imports and re-exports OpenCL from MLDataDevices, for usage in Flux.jl
Depends on LuxDL/Lux.jl#1590