Closed stotko closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.07
:tada:
Comparison is base (
0c42bf2
) 97.22% compared to head (3b1bdbf
) 97.29%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Currently, all containers allow for custom allocators, but lack support custom execution policies. Add overloads to the
createDeviceObject
anddestroyDeviceObject
static member functions that additionally take an execution policy object and port the respective implementations to uniformly useallocator_traits
for memory (de)allocation.Partially addresses #351