stdgpu/execution.h File Reference

stdgpu/execution.h File Reference#

stdgpu: stdgpu/execution.h File Reference
stdgpu Latest
Efficient STL-like Data Structures on the GPU
execution.h File Reference

Go to the source code of this file.

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