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 accessors to Views #579

Merged
merged 4 commits into from
Nov 7, 2022

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Sep 24, 2022

  • Add a new template parameter to View
  • Add a few new accessors (Default, ReadOnlyByValue, Const, Restrict, Atomic)

Fixes: #523

@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Merging #579 (64962f1) into develop (c9440f5) will decrease coverage by 0.05%.
The diff coverage is 95.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #579      +/-   ##
===========================================
- Coverage    98.96%   98.91%   -0.06%     
===========================================
  Files           66       67       +1     
  Lines         6457     6525      +68     
===========================================
+ Hits          6390     6454      +64     
- Misses          67       71       +4     

@bernhardmgruber bernhardmgruber force-pushed the accessor branch 2 times, most recently from f6d3bc4 to ac84bb4 Compare October 31, 2022 18:05
@bernhardmgruber bernhardmgruber marked this pull request as ready for review October 31, 2022 18:05
@bernhardmgruber bernhardmgruber force-pushed the accessor branch 9 times, most recently from 0777f6a to 0c21181 Compare November 4, 2022 13:29
@bernhardmgruber bernhardmgruber force-pushed the accessor branch 4 times, most recently from 61e7116 to adfe88f Compare November 7, 2022 13:40
* Add a new template parameter to View
* Add a few new accessors (Default, ReadOnlyByValue, Const, Restrict,
  Atomic)

Fixes: alpaka-group#523
@bernhardmgruber bernhardmgruber merged commit 71fb0da into alpaka-group:develop Nov 7, 2022
@bernhardmgruber bernhardmgruber deleted the accessor branch November 7, 2022 17:08
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.

Support customizing memory access (load/store)
1 participant