You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: