OpenBLAS/driver/others
Chris Sidebottom f971ef55f2 Add ARMV8SVE to AArch64 Dynamic Dispatch
In order to enable support for future cores which have similar tunings
(in this case I'm doing this for the Arm(R) Neoverse(TM) V2 core), this generically detects SVE support and enables it. This should better manage the size and complexity of dynamic dispatch rather than just copy pasting the same parameters.

To make `ARMV8SVE` more representive of the common 128-bit SVE case,
I've split it and similar parameters from A64FX which has the wider
512-bit SVE.
2023-07-25 18:35:15 +01:00
..
CMakeLists.txt Fix cmake for power 2021-12-09 08:28:17 -06:00
Makefile LoongArch64: Add DYNAMIC_ARCH support 2022-07-28 14:28:45 +08:00
abs.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
blas_l1_thread.c Improve the performance of rot by using AVX512 and AVX2 intrinsic 2020-11-05 15:12:36 +08:00
blas_server.c Ensure that a premature call to set_num_threads will not overwrite unrelated memory 2023-07-19 22:19:22 +02:00
blas_server_omp.c remove call to omp_set_num_threads 2023-03-21 20:58:56 +01:00
blas_server_win32.c Ensure that a premature call will not overwrite unrelated memory 2023-07-19 22:14:34 +02:00
divtable.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
dynamic.c Fix dynamic_list build and gcc version check error 2023-05-21 19:52:58 +08:00
dynamic_arm64.c Add ARMV8SVE to AArch64 Dynamic Dispatch 2023-07-25 18:35:15 +01:00
dynamic_loongarch64.c LoongArch64: Add DYNAMIC_ARCH support 2022-07-28 14:28:45 +08:00
dynamic_mips64.c Implement DYNAMIC_LIST for MIPS64 2022-08-12 13:13:31 +01:00
dynamic_power.c Remove unused commented code (#if directive) 2021-09-15 22:18:48 +00:00
dynamic_zarch.c cpuid_zarch/hwcaps: add documentation and dump hwcaps in init 2021-10-28 12:08:48 +02:00
init.c Add `OPENBLAS_DEFAULT_NUM_THREADS` 2022-09-30 01:21:44 +00:00
lamc3.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
lamch.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
lsame.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
memory.c Add suggestions to NUM_THREADS/auxiliary buffer message 2023-05-04 22:56:39 +02:00
memory_qalloc.c initialize status variable for openblas_set_num_threads 2023-03-08 23:43:15 +01:00
openblas_env.c Add `OPENBLAS_DEFAULT_NUM_THREADS` 2022-09-30 01:21:44 +00:00
openblas_error_handle.c Refs #716. Only call getenv at init function. 2016-03-09 12:50:07 -05:00
openblas_get_config.c Report USE_TLS if set 2022-03-10 16:19:29 +01:00
openblas_get_num_procs.c Introduce openblas_get_num_threads and openblas_get_num_procs 2015-02-03 12:23:41 -05:00
openblas_get_num_threads.c Introduce openblas_get_num_threads and openblas_get_num_procs 2015-02-03 12:23:41 -05:00
openblas_get_parallel.c Update organization info. 2014-11-25 15:28:58 +08:00
openblas_set_num_threads.c Update organization info. 2014-11-25 15:28:58 +08:00
parameter.c initial support for Sapphire Rapids platform 2021-10-12 01:30:40 -07:00
profile.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
xerbla.c Update xerbla.c 2017-01-04 23:16:48 +01:00