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 Locked accessor #773

Merged

Conversation

bernhardmgruber
Copy link
Member

This accessor protects each data access using a mutex.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #773 (063916d) into develop (5445f92) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #773   +/-   ##
========================================
  Coverage    98.79%   98.79%           
========================================
  Files           75       75           
  Lines         7286     7306   +20     
========================================
+ Hits          7198     7218   +20     
  Misses          88       88           

This accessor protects each data access using a mutex.
@bernhardmgruber bernhardmgruber merged commit 9b96595 into alpaka-group:develop Sep 19, 2023
29 of 34 checks passed
@bernhardmgruber bernhardmgruber deleted the locked_accessor branch September 19, 2023 19:19
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