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 Synchronizer strategy #821

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

davidbeckingsale
Copy link
Member

No description provided.

MrBurmark
MrBurmark previously approved these changes May 3, 2023
Copy link
Collaborator

@mcfadden8 mcfadden8 left a comment

Choose a reason for hiding this comment

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

For testing, I think it would be good to have a test (that could also serve as an example) that simply creates an allocator of this kind and uses it for a couple of allocations and deallocations. This would be a minimum test to make sure that everything links up and the calls all successfully pass through without error.

@davidbeckingsale davidbeckingsale changed the title Add SyncBeforeFree strategy Add Synchronizer strategy May 8, 2023
namespace resources {
inline namespace v1 {

inline std::string to_string(camp::resources::Resource& r)
Copy link
Member

Choose a reason for hiding this comment

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

We should fix the constness of get_platform in camp.

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.

None yet

3 participants