mirror of
https://github.com/amd/blis.git
synced 2026-05-02 05:21:13 +00:00
BLIS GTestSuite fixes for ILP64.
- Adding doc regarding option setting for INT64 in README. - Bugfix on template instantiation on helper function. Updated to use gtint_t instead of int. AMD-Internal: [CPUPL-2732] Change-Id: Ia52407a1ef3fdd06e905c2e3d4aa5befb80e82d6
This commit is contained in:
committed by
Eleni Vlachopoulou
parent
462f9e0012
commit
ea484f38e6
@@ -485,10 +485,10 @@ template std::vector<double> testinghelpers::get_random_vector(int, int, gtint_t
|
||||
template std::vector<scomplex> testinghelpers::get_random_vector(int, int, gtint_t, gtint_t, char);
|
||||
template std::vector<dcomplex> testinghelpers::get_random_vector(int, int, gtint_t, gtint_t, char);
|
||||
|
||||
template std::vector<float> testinghelpers::get_vector(int, gtint_t, float);
|
||||
template std::vector<double> testinghelpers::get_vector(int, gtint_t, double);
|
||||
template std::vector<scomplex> testinghelpers::get_vector(int, gtint_t, scomplex);
|
||||
template std::vector<dcomplex> testinghelpers::get_vector(int, gtint_t, dcomplex);
|
||||
template std::vector<float> testinghelpers::get_vector(gtint_t, gtint_t, float);
|
||||
template std::vector<double> testinghelpers::get_vector(gtint_t, gtint_t, double);
|
||||
template std::vector<scomplex> testinghelpers::get_vector(gtint_t, gtint_t, scomplex);
|
||||
template std::vector<dcomplex> testinghelpers::get_vector(gtint_t, gtint_t, dcomplex);
|
||||
|
||||
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 );
|
||||
|
||||
Reference in New Issue
Block a user