stdgpu/execution.h Source File#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
execution.h
Go to the documentation of this file.
thrust::execution_policy< T > execution_policy
The base execution policy class from which all policies are derived and custom ones must be derived.
Definition: execution.h:61
std::remove_const_t< decltype(thrust::host)> host_policy
The host execution policy class.
Definition: execution.h:76
constexpr device_policy device
The device execution policy.
Definition: execution.h:85
constexpr host_policy host
The host execution policy.
Definition: execution.h:91
std::remove_const_t< decltype(thrust::device)> device_policy
The device execution policy class.
Definition: execution.h:67
Type trait to check whether the provided class is an execution policy.
Definition: execution.h:43
Generated by 1.9.6