Skip to content

v0.2.3

Compare
Choose a tag to compare
@davidbeckingsale davidbeckingsale released this 07 Aug 15:55

This release adds initial thread-safety to data structures and provides a ThreadSafeAllocator that can be used to make any AllocationStrategy safe when shared across multiple threads.

It also updates the AllocationAdvisor so that "HOST"-based Allocators be used as arguments when applying memory advice (such as setting "HOST" as the preferred location for data allocated in unified memory).