nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

Add support for copying via tagged_pointer_base. #86

Closed chuckseberino closed 8 years ago

chuckseberino commented 8 years ago

The bulk of allocation::copy() has been moved down into tagged_pointer_base except for the resizing aspect. The destination is required to be at least as big as the source data. This allows for range-based copies (sub copies).