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

Add transformBlobs() and shallowCopy() #525

Merged
merged 7 commits into from
Jun 13, 2022

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Jun 10, 2022

This PR adds a new utility function shallowCopy, which is based on the new transformBlobs utility function. Together with two new allocators, CudaMalloc and AlpakaBuf, this simplifies the usage of LLAMA with CUDA and alpaka.

@codecov
Copy link

codecov bot commented Jun 10, 2022

Codecov Report

Merging #525 (2efb538) into develop (e08c590) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 2efb538 differs from pull request most recent head 31eb860. Consider uploading reports for the commit 31eb860 to get more accurate results

@@           Coverage Diff            @@
##           develop     #525   +/-   ##
========================================
  Coverage    99.25%   99.25%           
========================================
  Files           63       63           
  Lines         5510     5533   +23     
========================================
+ Hits          5469     5492   +23     
  Misses          41       41           

@bernhardmgruber bernhardmgruber force-pushed the shallowcopy branch 4 times, most recently from 5e33cae to e71a68d Compare June 13, 2022 07:49
@bernhardmgruber bernhardmgruber marked this pull request as ready for review June 13, 2022 08:01
@bernhardmgruber bernhardmgruber merged commit 79e7799 into alpaka-group:develop Jun 13, 2022
@bernhardmgruber bernhardmgruber deleted the shallowcopy branch June 13, 2022 14:45
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.

1 participant