thrust icon indicating copy to clipboard operation
thrust copied to clipboard

add example of device memory pool

Open pwang234 opened this issue 4 years ago • 2 comments

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.

pwang234 avatar Feb 24 '21 23:02 pwang234

Bumping this, related to #1416

neoblizz avatar May 07 '21 17:05 neoblizz

@brycelelbach @griwes Could one of you add an example that shows off the proper use of your pooled memory allocator with multiple thrust algorithms?

alliepiper avatar May 10 '21 18:05 alliepiper