-
Notifications
You must be signed in to change notification settings - Fork 6
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
ADD: device_type option to device #69
Conversation
CI should fail because py-clesperanto is relying on the master branch of CLIc for now and is not merged yet |
@haesleinhuepf If you wanna have a look at the multi_gpu demo Specific device can be instantiate with the new_device() function then, except for the push, create_like, pull, and kernel operation will reuse the input image device if the image is already pushed. PS: CIs are breaking but that should be ok as I know the source of it (I hope). This is mainly related to the wrong GIT TAG linking pyclesperanto to CLIc version. |
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
========================================
- Coverage 1.87% 1.68% -0.20%
========================================
Files 17 18 +1
Lines 745 830 +85
========================================
Hits 14 14
- Misses 731 816 +85
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
No description provided.