Files
blis/frame/compat/cblas
Dipal M Zambare 61b5b9c4d0 Fixed dynamic dispatch crash issue on non-zen architecture.
Removed direct calling of zen kernels in cblas source itself.
Similar optimizations are done by the function directly invoked from
Cblas layer.

The BLIS binary with dynamic dispatch feature was crashing on non-zen CPUs
(specifically CPUs without AVX2 support). The crash was caused by un-supported
instructions in zen optimized kernels. The issue is fixed by calling only
reference kernels if the architecture detected at runtime is not zen, zen2 or zen3.

AMD-Internal: [CPUPL-1930]
Change-Id: I9178b7a98f2563dee2817064f37fcbb84073eeea
2021-11-12 08:58:58 +05:30
..
2021-04-27 11:09:48 +05:30
2014-08-04 15:49:59 -05:00
2021-03-08 19:04:17 +05:30