Transfer of virtuals to the CUDA device now properly uses streams
This way when multiple threads are using VTK-m they all won't block while one transfer a class with virtuals to the device.
Merge request reports
Activity
Resolves issue #207 (closed)
Errors:
- commit b9a6b7ee is not allowed because the following files are not formatted according to the 'clang-format-3.8' check:
vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit b9a6b7ee is not allowed because the following files are not formatted according to the 'clang-format-3.8' check:
@sujin.philip Can you please review these changes.
added 1 commit
- 2bfbf0a9 - Transfer of virtuals to the CUDA device now properly uses streams
mentioned in commit 906f4c0d
mentioned in issue #207 (closed)
Please register or sign in to reply