mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details: - DAXPYV is parallelized based on the number of threads set by Application. - Using the empirical data collected on genoa, optimal number of threads is set. - If intended number of threads to be spawned is not equal to actual number of threads, AXPY routine will execute sequentially. Change-Id: I48015a712ada6428056af6320aa5570596a02b1f AMD-Internal: [CPUPL-2747]