ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
viennacl::device_specific::reduction_parameters Struct Reference

#include <reduction_template.hpp>

Inheritance diagram for viennacl::device_specific::reduction_parameters:
viennacl::device_specific::template_base::parameters_type

Public Member Functions

 reduction_parameters (unsigned int _simd_width, unsigned int _group_size, unsigned int _num_groups, fetching_policy_type _fetching_policy)
 
- Public Member Functions inherited from viennacl::device_specific::template_base::parameters_type
 parameters_type (unsigned int _simd_width, unsigned int _local_size_1, unsigned int _local_size_2, unsigned int _num_kernels)
 

Public Attributes

unsigned int num_groups
 
fetching_policy_type fetching_policy
 
- Public Attributes inherited from viennacl::device_specific::template_base::parameters_type
unsigned int simd_width
 
unsigned int local_size_0
 
unsigned int local_size_1
 
unsigned int num_kernels
 

Detailed Description

Definition at line 45 of file reduction_template.hpp.

Constructor & Destructor Documentation

viennacl::device_specific::reduction_parameters::reduction_parameters ( unsigned int  _simd_width,
unsigned int  _group_size,
unsigned int  _num_groups,
fetching_policy_type  _fetching_policy 
)
inline

Definition at line 47 of file reduction_template.hpp.

Member Data Documentation

fetching_policy_type viennacl::device_specific::reduction_parameters::fetching_policy

Definition at line 52 of file reduction_template.hpp.

unsigned int viennacl::device_specific::reduction_parameters::num_groups

Definition at line 51 of file reduction_template.hpp.


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