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
A the moment, the class MemoryPool only supports one device for eMemoryResource::Device.
If we want to use it in multi-threaded environment with one device per thread we need to support multiple devices.
A the moment, the class
MemoryPoolonly supports one device foreMemoryResource::Device.If we want to use it in multi-threaded environment with one device per thread we need to support multiple devices.