mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Updated some comments in level-3 front ends.
This commit is contained in:
@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( gemm, gemm )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC3U12
|
||||
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \
|
||||
|
||||
@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( hemm, hemm )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC3U12
|
||||
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \
|
||||
|
||||
@@ -152,7 +152,7 @@ INSERT_GENTFUNC_BASIC( symm, symm )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC3U12
|
||||
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \
|
||||
|
||||
@@ -185,7 +185,7 @@ INSERT_GENTFUNC_BASIC( trmm, trmm )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC2
|
||||
#define GENTFUNC2( ctype_a, ctype_b, cha, chb, opname, varname ) \
|
||||
|
||||
@@ -82,7 +82,7 @@ INSERT_GENTPROT_BASIC( trmm )
|
||||
|
||||
|
||||
//
|
||||
// Prototype BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTPROT2
|
||||
#define GENTPROT2( ctype_a, ctype_b, cha, chb, opname ) \
|
||||
|
||||
@@ -174,7 +174,7 @@ INSERT_GENTFUNC_BASIC( trmm3, trmm3 )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC3U12
|
||||
#define GENTFUNC3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname, varname ) \
|
||||
|
||||
@@ -71,7 +71,7 @@ INSERT_GENTPROT_BASIC( trmm3 )
|
||||
|
||||
|
||||
//
|
||||
// Prototype BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTPROT3U12
|
||||
#define GENTPROT3U12( ctype_a, ctype_b, ctype_c, ctype_ab, cha, chb, chc, chab, opname ) \
|
||||
|
||||
@@ -185,7 +185,7 @@ INSERT_GENTFUNC_BASIC( trsm, trsm )
|
||||
|
||||
|
||||
//
|
||||
// Define BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Define BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTFUNC2
|
||||
#define GENTFUNC2( ctype_a, ctype_b, cha, chb, opname, varname ) \
|
||||
|
||||
@@ -88,7 +88,7 @@ INSERT_GENTPROT_BASIC( trsm )
|
||||
|
||||
|
||||
//
|
||||
// Prototype BLAS-like interfaces with homogeneous-typed operands.
|
||||
// Prototype BLAS-like interfaces with heterogeneous-typed operands.
|
||||
//
|
||||
#undef GENTPROT2
|
||||
#define GENTPROT2( ctype_a, ctype_b, cha, chb, opname ) \
|
||||
|
||||
Reference in New Issue
Block a user