HPX - High Performance ParalleX

PrevUpHomeNext

Struct parallel_vector_execution_policy

hpx::parallel::v1::parallel_vector_execution_policy

Synopsis

// In header: <hpx/parallel/execution_policy.hpp>


struct parallel_vector_execution_policy {
};

Description

The class parallel_vector_execution_policy is an execution policy type used as a unique type to disambiguate parallel algorithm overloading and indicate that a parallel algorithm's execution may be vectorized.


PrevUpHomeNext