-
Notifications
You must be signed in to change notification settings - Fork 15
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
Device management #399
Device management #399
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #399 +/- ##
==========================================
+ Coverage 46.54% 46.65% +0.11%
==========================================
Files 199 199
Lines 3848 3967 +119
Branches 1767 1810 +43
==========================================
+ Hits 1791 1851 +60
- Misses 692 715 +23
- Partials 1365 1401 +36 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
After a local tests, this PR solve the memory issue when using dask with multi-gpu |
Attempt to improve backend code for device and ressources management with OpenCL.
Objectives are:
Closes clEsperanto/pyclesperanto#283
Closes #387