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

Busy-wait before doing nonblocking synchronization. #2059

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 25, 2023

This should improve the latency of short operations.

Fixes #2057

This should improve the latency of short operations.
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (faff26c) 71.08% compared to head (3f29808) 71.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2059      +/-   ##
==========================================
- Coverage   71.08%   71.07%   -0.01%     
==========================================
  Files         157      157              
  Lines       13916    13916              
==========================================
- Hits         9892     9891       -1     
- Misses       4024     4025       +1     
Files Changed Coverage Δ
lib/cudadrv/synchronization.jl 95.27% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit ac1bc29 into master Aug 25, 2023
@maleadt maleadt deleted the tb/spin_sync branch August 25, 2023 12:02
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.

Re-introduce spinning loop before nonblocking synchronization
1 participant