mirror of
https://github.com/amd/blis.git
synced 2026-05-25 19:04:32 +00:00
- As per the standard compliance, the ?copy(), ?axpy() and ?axpby() APIs do not require invalid input testing(IIT) with respect to the input parameters they receive, as part of BLAS and CBLAS calls. - Thus, test-cases have been added to verify early return scenarios (ERS) as per the compliance. The testsuite is type-parameterized, since the compliance for early return cases is the same across the datatypes. - Updated the conditional directives in micro-kernel(ukr) test files to include the new set of macros generated as part of the buildsystem in GTestsuite. - Updated the conditional macro to enable the appropriate code section for compilation of ref_axpbyv(), based on our choice of reference library when building GTestsuite. AMD-Internal: [CPUPL-4402] Change-Id: Ibea2bc34469b008f4d4558ce359717c08b92e978