Closed aleixalcacer closed 4 years ago
The cblas_?asum function calculates the sum of the absolute values, so we can't use it.
cblas_?asum
Another option is to use the combination of the v?Pack and ippsSum_??f functions, but the performance is no better than the previous version.
v?Pack
ippsSum_??f
So I proceed to close the PR.
The
cblas_?asum
function calculates the sum of the absolute values, so we can't use it.Another option is to use the combination of the
v?Pack
andippsSum_??f
functions, but the performance is no better than the previous version.So I proceed to close the PR.