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

#include <matrix_axpy_template.hpp>

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

Public Member Functions

 matrix_axpy_parameters_type (unsigned int _simd_width, unsigned int _local_size_0, unsigned int _local_size_1, unsigned int _num_groups_0, unsigned int _num_groups_1, 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_0
 
unsigned int num_groups_1
 
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 44 of file matrix_axpy_template.hpp.

Constructor & Destructor Documentation

viennacl::device_specific::matrix_axpy_parameters_type::matrix_axpy_parameters_type ( unsigned int  _simd_width,
unsigned int  _local_size_0,
unsigned int  _local_size_1,
unsigned int  _num_groups_0,
unsigned int  _num_groups_1,
fetching_policy_type  _fetching_policy 
)
inline

Definition at line 47 of file matrix_axpy_template.hpp.

Member Data Documentation

fetching_policy_type viennacl::device_specific::matrix_axpy_parameters_type::fetching_policy

Definition at line 54 of file matrix_axpy_template.hpp.

unsigned int viennacl::device_specific::matrix_axpy_parameters_type::num_groups_0

Definition at line 52 of file matrix_axpy_template.hpp.

unsigned int viennacl::device_specific::matrix_axpy_parameters_type::num_groups_1

Definition at line 53 of file matrix_axpy_template.hpp.


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