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

set GPU binding in DeepTensor and DataModifier #2886

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

Yi-FanLi
Copy link
Collaborator

@Yi-FanLi Yi-FanLi commented Oct 1, 2023

This modification explicitly sets GPU binding in api_cc's DeepTensor and DataModifier. The aim is to support the multi-GPU parallelization of DeepTensor and DataModifier in C++ API.

@github-actions github-actions bot added the C++ label Oct 1, 2023
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (cf61140) 75.46% compared to head (b2ff7e1) 75.46%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2886   +/-   ##
=======================================
  Coverage   75.46%   75.46%           
=======================================
  Files         244      244           
  Lines       24518    24520    +2     
  Branches     1580     1580           
=======================================
+ Hits        18503    18505    +2     
  Misses       5084     5084           
  Partials      931      931           
Files Coverage Δ
source/api_cc/src/DataModifier.cc 78.66% <100.00%> (+0.14%) ⬆️
source/api_cc/src/DeepTensor.cc 78.62% <100.00%> (+0.07%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit 454af37 into deepmodeling:devel Oct 3, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants