Code cleanup: No newline at end of file

Some text files were missing a newline at the end of the file.
One has been added.

Also correct file format of windows/tests/inputs.yaml, which
was missed in commit 0f0277e104

AMD-Internal: [CPUPL-2870]
Change-Id: Icb83a4a27033dc0ff325cb84a1cf399e953ec549
This commit is contained in:
Edward Smyth
2023-04-21 09:58:59 -04:00
parent 0f0277e104
commit 7e50ba669b
260 changed files with 270 additions and 270 deletions

View File

@@ -303,4 +303,4 @@ endif
clean: cleanx
cleanx:
- $(RM_F) *.o *.x
- $(RM_F) *.o *.x

View File

@@ -247,4 +247,4 @@ int main( int argc, char** argv )
fclose(fout);
return 0;
}
}

View File

@@ -262,4 +262,4 @@ int main( int argc, char** argv )
}
return 0;
}
}

View File

@@ -248,4 +248,4 @@ int main( int argc, char** argv )
fclose(fout);
return 0;
}
}

View File

@@ -395,4 +395,4 @@ int main( int argc, char** argv )
// bli_finalize();
return 0;
}
}

View File

@@ -39,4 +39,4 @@ dnrm2:171: D 8192 5
dnrm2:171: D 16384 11
dnrm2:171: D 20976 3
dnrm2:171: D 56841 19
dnrm2:171: D 65536 6
dnrm2:171: D 65536 6

View File

@@ -56,4 +56,4 @@ target_sources("${F2C_LIB}"
${CMAKE_CURRENT_SOURCE_DIR}/wrtfmt.c
${CMAKE_CURRENT_SOURCE_DIR}/wsfe.c
${CMAKE_CURRENT_SOURCE_DIR}/wsle.c
)
)

View File

@@ -188,4 +188,4 @@
#ifdef _MSC_VER
#define NON_UNIX_STDIO 1
#endif
#endif

View File

@@ -70,4 +70,4 @@ def config_check():
# Function call for config family names
FAMILY=config_check()
print(FAMILY)
print(FAMILY)

View File

@@ -25,4 +25,4 @@ add_subdirectory(haswell)
else(${TARGET_ARCH} STREQUAL generic)
message("The configuration is : ${TARGET_ARCH}")
add_subdirectory(generic)
endif()
endif()

View File

@@ -18,4 +18,4 @@ if(FILES)
#Install our source files
install(FILES ${FILES} DESTINATION ${RELATIVE_PATH})
endif()
endif()

View File

@@ -135,4 +135,4 @@ omitted (mostly for brevity's sake) and thus more examples could be written.
## CONTACTS
AOCL BLIS is developed and maintained by AMD. You can contact us on the email-id <b>[aoclsupport@amd.com](mailto:aoclsupport@amd.com)</b>
AOCL BLIS is developed and maintained by AMD. You can contact us on the email-id <b>[aoclsupport@amd.com](mailto:aoclsupport@amd.com)</b>

View File

@@ -40,4 +40,4 @@
<body>
<div class = "footer"> &nbsp; Copyright (C) 2023, Advanced Micro Devices. All rights reserved. </div>
</body>
</html>
</html>

View File

@@ -66,4 +66,4 @@ void PASTEMAC(ch,opname) \
ctype* restrict x, inc_t incx, \
ctype* restrict c, inc_t rs_c, inc_t cs_c, \
cntx_t* restrict cntx \
);
);

View File

@@ -28,4 +28,4 @@ else()
${CMAKE_CURRENT_SOURCE_DIR}/bli_hemv_unf_var1.c
${CMAKE_CURRENT_SOURCE_DIR}/bli_hemv_unf_var3.c
)
endif()
endif()

View File

@@ -22,4 +22,4 @@ else()
${CMAKE_CURRENT_SOURCE_DIR}/bli_her_unb_var1.c
${CMAKE_CURRENT_SOURCE_DIR}/bli_her_unb_var2.c
)
endif()
endif()

View File

@@ -26,4 +26,4 @@ else()
${CMAKE_CURRENT_SOURCE_DIR}/bli_her2_unf_var1.c
${CMAKE_CURRENT_SOURCE_DIR}/bli_her2_unf_var4.c
)
endif()
endif()

View File

@@ -44,4 +44,4 @@ void bli_const_finalize( void );
enum mulfactor { BLIS_MUL_MINUS_ONE = -1,
BLIS_MUL_ZERO,
BLIS_MUL_ONE,
BLIS_MUL_DEFAULT };
BLIS_MUL_DEFAULT };

View File

@@ -641,4 +641,4 @@ static dim_t bli_ziMatCopy_cr(dim_t rows,dim_t cols,const dcomplex alpha,dcomple
return(0);
}
#endif
#endif

View File

@@ -46,4 +46,4 @@ BLIS_EXPORT_BLAS void cimatcopy_ (f77_char* trans, f77_int* rows, f77_int* cols,
BLIS_EXPORT_BLAS void zimatcopy_ (f77_char* trans, f77_int* rows, f77_int* cols, const dcomplex* alpha,dcomplex* aptr, f77_int* lda, f77_int* ldb);
#endif
#endif

View File

@@ -507,4 +507,4 @@ static dim_t bli_zoMatAdd_cn(dim_t rows,dim_t cols,const dcomplex alpha,dcomplex
AOCL_DTL_TRACE_EXIT(AOCL_DTL_LEVEL_TRACE_2);
return(0);
}
#endif
#endif

View File

@@ -934,4 +934,4 @@ static dim_t bli_zoMatCopy_cc(dim_t rows,dim_t cols,const dcomplex alpha,const d
return(0);
}
#endif
#endif

View File

@@ -46,4 +46,4 @@ BLIS_EXPORT_BLAS void comatcopy_ (f77_char* trans, f77_int* rows, f77_int* cols,
BLIS_EXPORT_BLAS void zomatcopy_ (f77_char* trans, f77_int* rows, f77_int* cols, const dcomplex* alpha, const dcomplex* aptr, f77_int* lda, dcomplex* bptr, f77_int* ldb);
#endif
#endif

View File

@@ -939,4 +939,4 @@ static dim_t bli_zoMatCopy2_cc(dim_t rows,dim_t cols,const dcomplex alpha,const
return(0);
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ BLIS_EXPORT_BLAS void comatcopy2_ (f77_char* trans, f77_int* rows, f77_int* cols
BLIS_EXPORT_BLAS void zomatcopy2_ (f77_char* trans, f77_int* rows, f77_int* cols, const dcomplex* alpha, const dcomplex* aptr, f77_int* lda,f77_int* stridea, dcomplex* bptr, f77_int* ldb,f77_int* strideb);
#endif
#endif

View File

@@ -49,4 +49,4 @@ double cblas_dcabs1( const void *z )
{
return F77_dcabs1( (dcomplex*)z );
}
#endif
#endif

View File

@@ -23,4 +23,4 @@ f77_int cblas_icamin( f77_int N, const void *X, f77_int incX)
F77_icamin_sub( &F77_N, (scomplex*)X, &F77_incX, &iamin);
return iamin ? iamin-1 : 0;
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ float cblas_scabs1( const void *z )
{
return F77_scabs1( (scomplex*) z );
}
#endif
#endif

View File

@@ -65,4 +65,4 @@
#include "bli_util_api_wrap.h"
// Public interface for the progress feature
#include "bli_util_progress.h"
#include "bli_util_progress.h"

View File

@@ -54,4 +54,4 @@ volatile AOCL_progress_callback AOCL_progress_ptr = NULL;
void AOCL_BLIS_set_progress(AOCL_progress_callback func)
{
AOCL_progress_ptr = func;
}
}

View File

@@ -250,4 +250,4 @@ add_custom_target(distclean
COMMAND rm -rf ${CMAKE_BINARY_DIR}/bin
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMENT "Remove cmake_generated files and executables"
)
)

View File

@@ -9,4 +9,4 @@ echo "out_dir_name : $2"
lcov --capture --directory $1 --output-file $2.info
lcov --remove $2.info -o $2_filtered.info '/usr/*' '/*/_deps/*'
genhtml $2_filtered.info --output-directory $2
genhtml $2_filtered.info --output-directory $2

View File

@@ -79,4 +79,4 @@ std::string to_string(const T& x) {
}
}
}
}

View File

@@ -92,4 +92,4 @@ std::vector<T> get_vector( gtint_t n, gtint_t incx, T value );
template<typename T>
std::vector<T> get_matrix( char storage, char trans, gtint_t m, gtint_t n, gtint_t lda, T value );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -98,4 +98,4 @@ double getError(T exact, T approx)
}
} // end of testinghelpers namespace
} // end of testinghelpers namespace

View File

@@ -52,4 +52,4 @@ class refCBLAS
};
} //end of testinghelpers namespace
extern thread_local testinghelpers::refCBLAS refCBLASModule;
extern thread_local testinghelpers::refCBLAS refCBLASModule;

View File

@@ -69,4 +69,4 @@ namespace testinghelpers {
static constexpr bool is_complex = true;
static constexpr bool is_real = false;
};
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -53,4 +53,4 @@ namespace IIT {
static const gtint_t LDB = 4;
static const gtint_t LDC = 4;
}
}
}

View File

@@ -49,4 +49,4 @@ namespace testinghelpers {
template<typename T>
void ref_addv(char conjx, gtint_t len, const T* X, gtint_t incx, T* Y, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -49,4 +49,4 @@ namespace testinghelpers {
template<typename T>
gtint_t ref_amaxv(gtint_t n, const T* x, gtint_t incx);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ template<typename T>
void ref_axpbyv(char conjx, gtint_t len, const T alpha,
const T* xp, gtint_t incx, const T beta, T* yp, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ template<typename T>
void ref_axpyv(char conjx, gtint_t len, const T alpha,
const T* xp, gtint_t incx, T* yp, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ template<typename T>
void ref_copyv(char conjx, gtint_t n, const T* x, gtint_t incx,
T* y, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ template<typename T>
void ref_dotxv(char conjx, char conjy, gtint_t n, const T alpha,
const T* x, gtint_t incx, const T* y, gtint_t incy, const T beta, T* rho);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -49,4 +49,4 @@ namespace testinghelpers {
template<typename T>
void ref_scal2v(char conjx, gtint_t n, T alpha, T* x, gtint_t incx, T* y, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ namespace testinghelpers {
template<typename T>
void ref_scalv(char conjalpha, gtint_t len, T alpha, T* x, gtint_t incx);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -49,4 +49,4 @@ namespace testinghelpers {
template<typename T>
void ref_subv(char conjx, gtint_t len, const T* X, gtint_t incx, T* Y, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -50,4 +50,4 @@ template<typename T>
void ref_xpbyv(char conjx, gtint_t len,
const T* xp, gtint_t incx, const T beta, T* yp, gtint_t incy);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ void ref_gemv( char storage, char trans, char conjx, gtint_t m, gtint_t n,
T alpha, T *ap, gtint_t lda, T *xp, gtint_t incx, T beta,
T *yp, gtint_t incy );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T>
void ref_ger( char storage, char conjx, char conjy, gtint_t m, gtint_t n,
T alpha, T *xp, gtint_t incx, T *yp, gtint_t incy, T *ap, gtint_t lda );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -52,4 +52,4 @@ void ref_hemv( char storage, char uploa, char conja, char conjx, gtint_t n,
T* alpha, T *ap, gtint_t lda, T *xp, gtint_t incx, T* beta,
T *yp, gtint_t incy );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T, typename Tr>
void ref_her( char storage, char uploa, char conjx, gtint_t n,
Tr alpha, T *xp, gtint_t incx, T *ap, gtint_t lda );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T>
void ref_her2( char storage, char uploa, char conjx, char conjy, gtint_t n,
T* alpha, T *xp, gtint_t incx, T *yp, gtint_t incy, T *ap, gtint_t lda );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -52,4 +52,4 @@ void ref_symv( char storage, char uploa, char conja, char conjx, gtint_t n,
T* alpha, T *ap, gtint_t lda, T *xp, gtint_t incx, T* beta,
T *yp, gtint_t incy );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T>
void ref_syr( char storage, char uploa, char conjx, gtint_t n,
T alpha, T *xp, gtint_t incx, T *ap, gtint_t lda );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T>
void ref_syr2( char storage, char uploa, char conjx, char conjy, gtint_t n,
T alpha, T *xp, gtint_t incx, T *yp, gtint_t incy, T *ap, gtint_t lda );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -51,4 +51,4 @@ template <typename T>
void ref_trmv( char storage, char uploa, char transa, char diaga,
gtint_t n, T *alpha, T *ap, gtint_t lda, T *xp, gtint_t incx );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -52,4 +52,4 @@ template <typename T>
void ref_trsv( char storage, char uploa, char transa, char diaga,
gtint_t n, T *alpha, T *ap, gtint_t lda, T *xp, gtint_t incx );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -60,4 +60,4 @@ void ref_gemm (
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -61,4 +61,4 @@ void ref_gemmt (
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -65,4 +65,4 @@ void ref_hemm(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -61,4 +61,4 @@ void ref_her2k(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -56,4 +56,4 @@ void ref_herk(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -65,4 +65,4 @@ void ref_symm(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -61,4 +61,4 @@ void ref_syr2k(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -56,4 +56,4 @@ void ref_syrk(
T* cp, gtint_t ldc
);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -52,4 +52,4 @@ template <typename T>
void ref_trmm( char storage, char side, char uploa, char transa, char diaga,
gtint_t m, gtint_t n, T alpha, T *ap, gtint_t lda, T *bp, gtint_t ldb );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -54,4 +54,4 @@ void ref_trmm3( char storage, char side, char uploa, char transa, char diaga,
char transb, gtint_t m, gtint_t n, T alpha, T *ap, gtint_t lda,
T *bp, gtint_t ldb, T beta, T *c, gtint_t ldc );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -53,4 +53,4 @@ template <typename T>
void ref_trsm( char storage, char side, char uploa, char transa, char diaga,
gtint_t m, gtint_t n, T alpha, T *ap, gtint_t lda, T *bp, gtint_t ldb );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -49,4 +49,4 @@ namespace testinghelpers {
template <typename Tf, typename T>
T ref_nrm2(gtint_t n, Tf* x, gtint_t incx);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -493,4 +493,4 @@ template std::vector<dcomplex> testinghelpers::get_vector(gtint_t, gtint_t, dcom
template std::vector<float> testinghelpers::get_matrix( char, char, gtint_t, gtint_t, gtint_t, float );
template std::vector<double> testinghelpers::get_matrix( char, char, gtint_t, gtint_t, gtint_t, double );
template std::vector<scomplex> testinghelpers::get_matrix( char, char, gtint_t, gtint_t, gtint_t, scomplex );
template std::vector<dcomplex> testinghelpers::get_matrix( char, char, gtint_t, gtint_t, gtint_t, dcomplex );
template std::vector<dcomplex> testinghelpers::get_matrix( char, char, gtint_t, gtint_t, gtint_t, dcomplex );

View File

@@ -74,4 +74,4 @@ refCBLAS::~refCBLAS() {
void* refCBLAS::get() { return refCBLASModule; }
} //end of testinghelpers namespace
thread_local testinghelpers::refCBLAS refCBLASModule;
thread_local testinghelpers::refCBLAS refCBLASModule;

View File

@@ -96,4 +96,4 @@ template void ref_addv<double>(char, gtint_t, const double*, gtint_t, double*, g
template void ref_addv<scomplex>(char, gtint_t, const scomplex*, gtint_t, scomplex*, gtint_t);
template void ref_addv<dcomplex>(char, gtint_t, const dcomplex*, gtint_t, dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -82,4 +82,4 @@ template gtint_t ref_amaxv<double>(gtint_t, const double*, gtint_t);
template gtint_t ref_amaxv<scomplex>(gtint_t, const scomplex*, gtint_t);
template gtint_t ref_amaxv<dcomplex>(gtint_t, const dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -92,4 +92,4 @@ template void ref_copyv<double>(char, gtint_t, const double*, gtint_t, double*,
template void ref_copyv<scomplex>(char, gtint_t, const scomplex*, gtint_t, scomplex*, gtint_t);
template void ref_copyv<dcomplex>(char, gtint_t, const dcomplex*, gtint_t, dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -121,4 +121,4 @@ template void ref_dotv<double>( gtint_t, const double*, gtint_t, const double*,
template void ref_dotv<scomplex>(char, char, gtint_t, const scomplex*, gtint_t, const scomplex*, gtint_t, scomplex*);
template void ref_dotv<dcomplex>(char, char, gtint_t, const dcomplex*, gtint_t, const dcomplex*, gtint_t, dcomplex*);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -109,4 +109,4 @@ template void ref_dotxv<double>(char, char, gtint_t, const double, const double*
template void ref_dotxv<scomplex>(char, char, gtint_t, const scomplex, const scomplex*, gtint_t, const scomplex*, gtint_t, const scomplex, scomplex*);
template void ref_dotxv<dcomplex>(char, char, gtint_t, const dcomplex, const dcomplex*, gtint_t, const dcomplex*, gtint_t, const dcomplex, dcomplex*);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -92,4 +92,4 @@ template void ref_scal2v<double>(char, gtint_t, double, double*, gtint_t, double
template void ref_scal2v<scomplex>(char, gtint_t, scomplex, scomplex*, gtint_t, scomplex*, gtint_t);
template void ref_scal2v<dcomplex>(char, gtint_t, dcomplex, dcomplex*, gtint_t, dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -91,4 +91,4 @@ template void ref_scalv<double>(char, gtint_t, double, double*, gtint_t);
template void ref_scalv<scomplex>(char, gtint_t, scomplex, scomplex*, gtint_t);
template void ref_scalv<dcomplex>(char, gtint_t, dcomplex, dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -73,4 +73,4 @@ template void ref_subv<double>(char, gtint_t, const double*, gtint_t, double*, g
template void ref_subv<scomplex>(char, gtint_t, const scomplex*, gtint_t, scomplex*, gtint_t);
template void ref_subv<dcomplex>(char, gtint_t, const dcomplex*, gtint_t, dcomplex*, gtint_t);
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -110,4 +110,4 @@ template void ref_gemv<scomplex>( char , char , char , gtint_t , gtint_t , scomp
template void ref_gemv<dcomplex>( char , char , char , gtint_t , gtint_t , dcomplex ,
dcomplex *, gtint_t , dcomplex *, gtint_t , dcomplex , dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -110,4 +110,4 @@ template void ref_ger<scomplex>( char, char, char, gtint_t, gtint_t,
template void ref_ger<dcomplex>( char, char, char, gtint_t, gtint_t,
dcomplex, dcomplex *, gtint_t, dcomplex *, gtint_t, dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -92,4 +92,4 @@ template void ref_hemv<scomplex>( char, char, char, char, gtint_t, scomplex *,
template void ref_hemv<dcomplex>( char, char, char, char, gtint_t, dcomplex *,
dcomplex *, gtint_t, dcomplex *, gtint_t, dcomplex *, dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -89,4 +89,4 @@ template void ref_her<scomplex, float>( char , char , char , gtint_t , float ,
template void ref_her<dcomplex, double>( char , char , char , gtint_t , double ,
dcomplex *, gtint_t , dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -90,4 +90,4 @@ template void ref_her2<scomplex>( char, char, char, char, gtint_t, scomplex *,
template void ref_her2<dcomplex>( char, char, char, char, gtint_t, dcomplex *,
dcomplex *, gtint_t, dcomplex *, gtint_t, dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -90,4 +90,4 @@ template void ref_symv<float>( char, char, char, char, gtint_t, float *,
template void ref_symv<double>( char, char, char, char, gtint_t, double *,
double *, gtint_t, double *, gtint_t, double *, double *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -90,4 +90,4 @@ template void ref_syr<float>( char , char , char, gtint_t , float ,
template void ref_syr<double>( char , char , char, gtint_t , double ,
double *, gtint_t , double *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -90,4 +90,4 @@ template void ref_syr2<float>( char, char, char, char, gtint_t, float,
template void ref_syr2<double>( char, char, char, char, gtint_t, double,
double *, gtint_t, double *, gtint_t, double *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -109,4 +109,4 @@ template void ref_trmv<scomplex>( char , char , char , char , gtint_t ,
template void ref_trmv<dcomplex>( char , char , char , char , gtint_t ,
dcomplex *, dcomplex *, gtint_t , dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -108,4 +108,4 @@ template void ref_trsv<scomplex>( char , char , char , char , gtint_t ,
template void ref_trsv<dcomplex>( char , char , char , char , gtint_t ,
dcomplex *, dcomplex *, gtint_t , dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -119,4 +119,4 @@ template void ref_gemm<scomplex>(char, char, char, gtint_t, gtint_t, gtint_t, sc
template void ref_gemm<dcomplex>(char, char, char, gtint_t, gtint_t, gtint_t, dcomplex,
dcomplex*, gtint_t, dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -172,4 +172,4 @@ template void ref_gemmt<dcomplex>(char, char, char, char, gtint_t, gtint_t, dcom
dcomplex*, gtint_t, dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -89,4 +89,4 @@ template void ref_hemm<scomplex>(char, char, char, char, char, gtint_t, gtint_t,
template void ref_hemm<dcomplex>(char, char, char, char, char, gtint_t, gtint_t, dcomplex,
dcomplex*, gtint_t, dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -88,4 +88,4 @@ template void ref_her2k<scomplex>(char, char, char, char, gtint_t, gtint_t, scom
scomplex*, gtint_t, scomplex*, gtint_t, float, scomplex*, gtint_t );
template void ref_her2k<dcomplex>(char, char, char, char, gtint_t, gtint_t, dcomplex*,
dcomplex*, gtint_t, dcomplex*, gtint_t, double, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -88,4 +88,4 @@ template void ref_herk<scomplex>(char, char, char, gtint_t, gtint_t, float,
template void ref_herk<dcomplex>(char, char, char, gtint_t, gtint_t, double,
dcomplex*, gtint_t, double, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -101,4 +101,4 @@ template void ref_symm<scomplex>(char, char, char, char, char, gtint_t, gtint_t,
template void ref_symm<dcomplex>(char, char, char, char, char, gtint_t, gtint_t, dcomplex,
dcomplex*, gtint_t, dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -101,4 +101,4 @@ template void ref_syr2k<scomplex>(char, char, char, char, gtint_t, gtint_t, scom
scomplex*, gtint_t, scomplex*, gtint_t, scomplex, scomplex*, gtint_t );
template void ref_syr2k<dcomplex>(char, char, char, char, gtint_t, gtint_t, dcomplex,
dcomplex*, gtint_t, dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -101,4 +101,4 @@ template void ref_syrk<scomplex>(char, char, char, gtint_t, gtint_t, scomplex,
template void ref_syrk<dcomplex>(char, char, char, gtint_t, gtint_t, dcomplex,
dcomplex*, gtint_t, dcomplex, dcomplex*, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -111,4 +111,4 @@ template void ref_trmm<scomplex>( char, char, char, char, char,
template void ref_trmm<dcomplex>( char, char, char, char, char,
gtint_t, gtint_t, dcomplex, dcomplex *, gtint_t, dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

View File

@@ -265,4 +265,4 @@ template void ref_trmm3<scomplex>( char, char, char, char, char, char, gtint_t,
template void ref_trmm3<dcomplex>( char, char, char, char, char, char, gtint_t, gtint_t,
dcomplex, dcomplex *, gtint_t, dcomplex *, gtint_t, dcomplex, dcomplex *, gtint_t );
} //end of namespace testinghelpers
} //end of namespace testinghelpers

Some files were not shown because too many files have changed in this diff Show More