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

fprj & bprj using CuVec #36

Merged
merged 3 commits into from
Jun 18, 2021
Merged

fprj & bprj using CuVec #36

merged 3 commits into from
Jun 18, 2021

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Jun 18, 2021

Replace CUDA wrangling (PyArray_FROM_OTF, cudaMalloc, cudaMemcpy) with CuVec-managed memory

@casperdcl casperdcl requested a review from pjmark June 18, 2021 15:25
@casperdcl casperdcl self-assigned this Jun 18, 2021
@codecov
Copy link

codecov bot commented Jun 18, 2021

Codecov Report

❗ No coverage uploaded for pull request base (devel@8039b76). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             devel      #36   +/-   ##
========================================
  Coverage         ?   14.32%           
========================================
  Files            ?       16           
  Lines            ?     2953           
  Branches         ?        0           
========================================
  Hits             ?      423           
  Misses           ?     2530           
  Partials         ?        0           

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 8039b76...de24dd4. Read the comment docs.

@casperdcl casperdcl merged commit cb97a48 into devel Jun 18, 2021
@casperdcl casperdcl deleted the cuvec branch June 18, 2021 16:12
@casperdcl casperdcl mentioned this pull request Jun 18, 2021
@casperdcl casperdcl linked an issue Oct 29, 2021 that may be closed by this pull request
3 tasks
casperdcl added a commit that referenced this pull request Oct 29, 2021
casperdcl added a commit that referenced this pull request Oct 29, 2021
- follow-up to #36
- part of #33
@casperdcl casperdcl mentioned this pull request Oct 29, 2021
1 task
casperdcl added a commit that referenced this pull request Oct 30, 2021
- follow-up to #36
- part of #33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++/CUDA: Use CuVec unified memory
1 participant