ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::device_specific::builtin_database::devices::cpu::fallback Namespace Reference

Functions

void add_4B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'N'>, char_to_type<'N'>)
 
void add_4B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'T'>, char_to_type<'N'>)
 
void add_4B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'N'>, char_to_type<'T'>)
 
void add_4B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'T'>, char_to_type<'T'>)
 
void add_8B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'N'>, char_to_type<'N'>)
 
void add_8B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'T'>, char_to_type<'N'>)
 
void add_8B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'N'>, char_to_type<'T'>)
 
void add_8B (database_type< matrix_product_template::parameters_type > &db, char_to_type<'T'>, char_to_type<'T'>)
 

Function Documentation

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_4B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'N'>  ,
char_to_type<'N'>   
)
inline

Definition at line 33 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_4B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'T'>  ,
char_to_type<'N'>   
)
inline

Definition at line 38 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_4B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'N'>  ,
char_to_type<'T'>   
)
inline

Definition at line 43 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_4B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'T'>  ,
char_to_type<'T'>   
)
inline

Definition at line 48 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_8B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'N'>  ,
char_to_type<'N'>   
)
inline

Definition at line 55 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_8B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'T'>  ,
char_to_type<'N'>   
)
inline

Definition at line 60 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_8B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'N'>  ,
char_to_type<'T'>   
)
inline

Definition at line 65 of file fallback.hpp.

void viennacl::device_specific::builtin_database::devices::cpu::fallback::add_8B ( database_type< matrix_product_template::parameters_type > &  db,
char_to_type<'T'>  ,
char_to_type<'T'>   
)
inline

Definition at line 70 of file fallback.hpp.