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

Stabilize experimental::fence #225

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Stabilize experimental::fence #225

merged 1 commit into from
Nov 16, 2023

Conversation

fknorr
Copy link
Contributor

@fknorr fknorr commented Nov 2, 2023

celerity::experimental::fence and celerity::experimental::buffer_snapshot are now celerity::distr_queue::fence (a member function) and celerity::buffer_snapshot. The experimental declarations are aliases of the new names, and a deprecation test ensures they still work.

I have decided to keep the fence header since the definitions of buffer_snapshot and *_fence_promise don't fit into what I believe should be distr_queue.h.

Closes celerity/meta#69.

@fknorr fknorr requested review from PeterTh and GagaLP November 2, 2023 15:59
@fknorr fknorr self-assigned this Nov 2, 2023
@fknorr fknorr added this to the 0.5.0 milestone Nov 2, 2023
Copy link

github-actions bot commented Nov 2, 2023

Check-perf-impact results: (b003273516680ef3e6ca0110b3678f5e)

❓ No new benchmark data submitted. ❓
Please re-run the microbenchmarks and include the results if your commit could potentially affect performance.

Copy link
Contributor

@GagaLP GagaLP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. Besides the seemingly odd experimental::host_object function this looks like a good change.

include/distr_queue.h Show resolved Hide resolved
@fknorr fknorr merged commit 66be449 into master Nov 16, 2023
28 checks passed
@fknorr fknorr deleted the stabilize-fence branch November 17, 2023 06:36
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.

3 participants