thrust
thrust copied to clipboard
add example of device memory pool
It would be nice to add a device memory pool example to mr_basic.cu. Or even better, a new custom_temporary_allocation.cu example using the new device memory pool as that's the typical case where a user would want to use a device memory pool.
Bumping this, related to #1416
@brycelelbach @griwes Could one of you add an example that shows off the proper use of your pooled memory allocator with multiple thrust algorithms?