Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Modify pool_allocator to return generic buffers instead of unique_ptr #12

Open
j-stephan opened this issue Dec 19, 2016 · 0 comments
Open
Assignees
Milestone

Comments

@j-stephan
Copy link
Contributor

This is needed for OpenCL compatibility. Unlike CUDA OpenCL returns opaque cl_mem objects instead of pointers upon allocation. In order to use the pool_allocator together with OpenCL we should return a buffer object that encapsulates the runtime memory object.

@j-stephan j-stephan added this to the 0.3 milestone Dec 19, 2016
@j-stephan j-stephan self-assigned this Dec 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant