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

Multi gpu support #129

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Multi gpu support #129

wants to merge 6 commits into from

Conversation

haesleinhuepf
Copy link
Member

@haesleinhuepf haesleinhuepf commented Jul 31, 2021

With this change, one can run code on multiple GPUs in parallel.

works with push, execute, execute_separable_kernel, copy and gaussian_blur only so far
@haesleinhuepf haesleinhuepf changed the base branch from master to multi_gpu_support July 31, 2021 14:27
@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2021

Codecov Report

Merging #129 (9450673) into multi_gpu_support (090440a) will increase coverage by 0.09%.
The diff coverage is 94.97%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           multi_gpu_support     #129      +/-   ##
=====================================================
+ Coverage              91.54%   91.63%   +0.09%     
=====================================================
  Files                    514      517       +3     
  Lines                   9162     9290     +128     
=====================================================
+ Hits                    8387     8513     +126     
- Misses                   775      777       +2     
Impacted Files Coverage Δ
pyclesperanto_prototype/_tier0/_execute.py 63.04% <ø> (ø)
pyclesperanto_prototype/_tier0/_create.py 84.21% <83.67%> (+0.51%) ⬆️
...anto_prototype/_tier1/_execute_separable_kernel.py 94.59% <84.61%> (+5.70%) ⬆️
pyclesperanto_prototype/_tier0/__init__.py 100.00% <100.00%> (ø)
pyclesperanto_prototype/_tier0/_device.py 80.28% <100.00%> (+8.40%) ⬆️
pyclesperanto_prototype/_tier0/_plugin_function.py 100.00% <100.00%> (ø)
pyclesperanto_prototype/_tier0/_push.py 94.44% <100.00%> (+1.11%) ⬆️
pyclesperanto_prototype/_tier0/_pycl.py 84.85% <100.00%> (-2.87%) ⬇️
pyclesperanto_prototype/_tier0/_utils.py 100.00% <100.00%> (ø)
pyclesperanto_prototype/_tier1/_copy.py 100.00% <100.00%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 090440a...9450673. Read the comment docs.

Base automatically changed from multi_gpu_support to master July 31, 2021 18:48
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 this pull request may close these issues.

None yet

2 participants