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     

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

Fixes: alpaka-group#523
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