Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::BackendPolicy< Backend::Omp > Struct Template Reference

#include <OMP.h>

Inheritance diagram for hydra::detail::BackendPolicy< Backend::Omp >:
Collaboration diagram for hydra::detail::BackendPolicy< Backend::Omp >:

Public Types

template<typename T >
using container = hydra::thrust::omp::vector< T >
 
typedef hydra::thrust::execution_policy< omp::omp_texecution_policy_type
 

Data Fields

const omp::omp_t backend = omp::_omp_
 

Detailed Description

template<>
struct hydra::detail::BackendPolicy< Backend::Omp >

Member Typedef Documentation

◆ container

template<typename T >
using hydra::detail::BackendPolicy< Backend::Omp >::container = hydra::thrust::omp::vector<T>

◆ execution_policy_type

Field Documentation

◆ backend

const omp::omp_t hydra::detail::BackendPolicy< Backend::Omp >::backend = omp::_omp_

The documentation for this struct was generated from the following file: