#include <matrix_product_template.hpp>
|
| matrix_product_parameters (unsigned int simd_width, unsigned int local_size_0, unsigned int KL, unsigned int local_size_1, unsigned int ms, unsigned int ks, unsigned int ns, fetching_policy_type A_fetching_policy_param, fetching_policy_type B_fetching_policy_param, unsigned int local_fetch_0_param, unsigned int local_fetch_1_param) |
|
| parameters_type (unsigned int _simd_width, unsigned int _local_size_1, unsigned int _local_size_2, unsigned int _num_kernels) |
|
Definition at line 47 of file matrix_product_template.hpp.
viennacl::device_specific::matrix_product_parameters::matrix_product_parameters |
( |
unsigned int |
simd_width, |
|
|
unsigned int |
local_size_0, |
|
|
unsigned int |
KL, |
|
|
unsigned int |
local_size_1, |
|
|
unsigned int |
ms, |
|
|
unsigned int |
ks, |
|
|
unsigned int |
ns, |
|
|
fetching_policy_type |
A_fetching_policy_param, |
|
|
fetching_policy_type |
B_fetching_policy_param, |
|
|
unsigned int |
local_fetch_0_param, |
|
|
unsigned int |
local_fetch_1_param |
|
) |
| |
|
inline |
unsigned int viennacl::device_specific::matrix_product_parameters::kL |
unsigned int viennacl::device_specific::matrix_product_parameters::kS |
unsigned int viennacl::device_specific::matrix_product_parameters::local_fetch_0 |
unsigned int viennacl::device_specific::matrix_product_parameters::local_fetch_1 |
unsigned int viennacl::device_specific::matrix_product_parameters::mL |
unsigned int viennacl::device_specific::matrix_product_parameters::mS |
unsigned int viennacl::device_specific::matrix_product_parameters::nL |
unsigned int viennacl::device_specific::matrix_product_parameters::nS |
The documentation for this struct was generated from the following file: