mirror of
https://github.com/amd/blis.git
synced 2026-06-29 10:47:16 +00:00
Various changes: - Correct signature of get_random_matrix call in some level2 APIs. - Move RNG seed to header to allow it to be used elsewhere in the code - Remove unused variable in ref_gbmv.cpp - Fix seed for all calls to rand() - Correct arguments in calls to matrix setup and computediff calls, especially for CBLAS row-major calls - Add missing if statements in tests of input arguments - Removed unused alpha argument from tbmv and tbsv - Enable nan_inf check when testing input args like alpha and beta - Also some corrections to testing input matrices and vectors AMD-Internal: [CPUPL-7386]