Skip to content

Conversation

@fknorr
Copy link
Collaborator

@fknorr fknorr commented Dec 17, 2024

The function was not callable so far, it simply referenced an unimplemented function on accessor of the same name.

Calling buffer_state::write_back requires the state to be available inside accessor, which is why I refactored buffer to internally expose its state rather than pointers and ranges individually. This in turn needs type erasure on Allocator, which I quickly added as well.

Refactor buffer_state to type-erase the allocator and allow embedding
pointers to that state into accessors.
@fknorr fknorr merged commit f661744 into master Dec 18, 2024
16 checks passed
@fknorr fknorr deleted the update-host branch December 18, 2024 12:18
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