Main kernel class for the generation of matrix-matrix product kernels C = A * B.
More...
#include <matrix_prod.hpp>
Detailed Description
template<class NumericT, typename F_A, typename F_B, typename F_C>
struct viennacl::linalg::opencl::kernels::matrix_prod< NumericT, F_A, F_B, F_C >
Main kernel class for the generation of matrix-matrix product kernels C = A * B.
- Parameters:
-
F_A | Row/Column majority tag for A |
F_B | Row/Column majority tag for B |
F_C | Row/Column majority tag for C |
Member Function Documentation
The documentation for this struct was generated from the following file: