Home
last modified time | relevance | path

Searched refs:libfla_test_output_op_struct_blas3 (Results 1 – 2 of 2) sorted by relevance

/dports/math/libflame/libflame-5.2.0/test/src/
H A Dtest_libflame.c232 libfla_test_output_op_struct_blas3( "gemm", ops->gemm ); in libfla_test_read_operation_file()
236 libfla_test_output_op_struct_blas3( "hemm", ops->hemm ); in libfla_test_read_operation_file()
240 libfla_test_output_op_struct_blas3( "herk", ops->herk ); in libfla_test_read_operation_file()
244 libfla_test_output_op_struct_blas3( "her2k", ops->her2k ); in libfla_test_read_operation_file()
248 libfla_test_output_op_struct_blas3( "symm", ops->symm ); in libfla_test_read_operation_file()
252 libfla_test_output_op_struct_blas3( "syrk", ops->syrk ); in libfla_test_read_operation_file()
256 libfla_test_output_op_struct_blas3( "syr2k", ops->syr2k ); in libfla_test_read_operation_file()
260 libfla_test_output_op_struct_blas3( "trmm", ops->trmm ); in libfla_test_read_operation_file()
264 libfla_test_output_op_struct_blas3( "trsm", ops->trsm ); in libfla_test_read_operation_file()
408 void libfla_test_output_op_struct_blas3( char* op_str, test_op_t op ) in libfla_test_output_op_struct_blas3() function
H A Dtest_libflame.h155 void libfla_test_output_op_struct_blas3( char* op_str, test_op_t op );