destroyDeviceObject

destroyDeviceObject#

stdgpu: stdgpu::mutex_array::destroyDeviceObject
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ destroyDeviceObject() [2/2]

template<typename Block = mutex_default_type, typename Allocator = safe_device_allocator<Block>>
static void stdgpu::mutex_array< Block, Allocator >::destroyDeviceObject ( mutex_array< Block, Allocator > &  device_object)
static

Destroys the given object of this class on the GPU (device)

Parameters
[in]device_objectThe object allocated on the GPU (device)