From 06ac727a42ec9e832c7832745036702014638f99 Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Wed, 15 Jan 2014 16:44:52 -0600 Subject: [PATCH] Updated some comments in level-3 front ends. --- frame/3/gemm/bli_gemm.c | 2 +- frame/3/hemm/bli_hemm.c | 2 +- frame/3/symm/bli_symm.c | 2 +- frame/3/trmm/bli_trmm.c | 2 +- frame/3/trmm/bli_trmm.h | 2 +- frame/3/trmm3/bli_trmm3.c | 2 +- frame/3/trmm3/bli_trmm3.h | 2 +- frame/3/trsm/bli_trsm.c | 2 +- frame/3/trsm/bli_trsm.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frame/3/gemm/bli_gemm.c b/frame/3/gemm/bli_gemm.c index 21008fd4d..33e740b0a 100644 --- a/frame/3/gemm/bli_gemm.c +++ b/frame/3/gemm/bli_gemm.c @@ -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 ) \ diff --git a/frame/3/hemm/bli_hemm.c b/frame/3/hemm/bli_hemm.c index f1bd90a3a..845d826ed 100644 --- a/frame/3/hemm/bli_hemm.c +++ b/frame/3/hemm/bli_hemm.c @@ -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 ) \ diff --git a/frame/3/symm/bli_symm.c b/frame/3/symm/bli_symm.c index f997e779c..27fa739da 100644 --- a/frame/3/symm/bli_symm.c +++ b/frame/3/symm/bli_symm.c @@ -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 ) \ diff --git a/frame/3/trmm/bli_trmm.c b/frame/3/trmm/bli_trmm.c index a7d1ef8aa..17da15f43 100644 --- a/frame/3/trmm/bli_trmm.c +++ b/frame/3/trmm/bli_trmm.c @@ -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 ) \ diff --git a/frame/3/trmm/bli_trmm.h b/frame/3/trmm/bli_trmm.h index 9d84ec9c9..49b4e4780 100644 --- a/frame/3/trmm/bli_trmm.h +++ b/frame/3/trmm/bli_trmm.h @@ -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 ) \ diff --git a/frame/3/trmm3/bli_trmm3.c b/frame/3/trmm3/bli_trmm3.c index a343ea9eb..35d0bb3c8 100644 --- a/frame/3/trmm3/bli_trmm3.c +++ b/frame/3/trmm3/bli_trmm3.c @@ -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 ) \ diff --git a/frame/3/trmm3/bli_trmm3.h b/frame/3/trmm3/bli_trmm3.h index 9e23dfbbe..656add254 100644 --- a/frame/3/trmm3/bli_trmm3.h +++ b/frame/3/trmm3/bli_trmm3.h @@ -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 ) \ diff --git a/frame/3/trsm/bli_trsm.c b/frame/3/trsm/bli_trsm.c index 17e0c3db4..b4c4fd3c2 100644 --- a/frame/3/trsm/bli_trsm.c +++ b/frame/3/trsm/bli_trsm.c @@ -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 ) \ diff --git a/frame/3/trsm/bli_trsm.h b/frame/3/trsm/bli_trsm.h index af053a474..263d627bc 100644 --- a/frame/3/trsm/bli_trsm.h +++ b/frame/3/trsm/bli_trsm.h @@ -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 ) \