execution

execution#

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

Detailed Description

Classes

struct  stdgpu::is_execution_policy< T >
 

Typedefs

using stdgpu::execution::device_policy = std::remove_const_t< decltype(thrust::device)>
 
template<typename T >
using stdgpu::execution::execution_policy = thrust::execution_policy< T >
 
using stdgpu::execution::host_policy = std::remove_const_t< decltype(thrust::host)>
 

Variables

constexpr device_policy stdgpu::execution::device
 
constexpr host_policy stdgpu::execution::host