OpenBLAS/driver/level3
Ruiyang Wu 02fd1df10b CMake: Pass `OpenMP` compiler and linker flags through CMake targets
Using `OpenMP::OpenMP_LANG` targets for CMake is less error-prone than
passing the compiler and linker flags manually. Furthermore, it allows
the user to customize those flags by setting `OpenMP_LANG_FLAGS`,
`OpenMP_LANG_LIB_NAMES`, and `OpenMP_omp_LIBRARY`.
2025-03-26 23:09:54 -04:00
..
CMakeLists.txt CMake: Pass `OpenMP` compiler and linker flags through CMake targets 2025-03-26 23:09:54 -04:00
Makefile add gemm_batch driver 2024-05-29 15:49:20 +02:00
gemm.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm3m.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm3m_level3.c Update gemm3m_level3.c 2019-12-27 18:03:01 +08:00
gemm_batch_thread.c add gemm_batch driver 2024-05-29 15:49:20 +02:00
gemm_thread_m.c fix improper function prototypes (empty parentheses) 2023-09-30 12:49:24 +02:00
gemm_thread_mn.c fix improper function prototypes (empty parentheses) 2023-09-30 12:49:24 +02:00
gemm_thread_n.c fix improper function prototypes (empty parentheses) 2023-09-30 12:49:24 +02:00
gemm_thread_variable.c fix improper function prototypes (empty parentheses) 2023-09-30 12:49:24 +02:00
hemm3m_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
level3.c Define SBGEMM_ALIGN_K for DYNAMIC_ARCH build 2022-10-27 14:10:26 +08:00
level3_gemm3m_thread.c Propagate SWITCH_RATIO to DYNAMIC_ARCH builds 2023-04-17 15:34:12 +01:00
level3_syr2k.c remove surplus parentheses to silence clang5 2018-01-01 20:56:26 +01:00
level3_syrk.c remove surplus parentheses to silence clang5 2018-01-01 20:56:26 +01:00
level3_syrk_threaded.c Propagate SWITCH_RATIO to DYNAMIC_ARCH builds 2023-04-17 15:34:12 +01:00
level3_thread.c Add Improving Load Imbalance in Thread-Parallel GEMM 2025-03-11 20:18:20 +09:00
symm3m_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
symm_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
syr2k_k.c Changed a number of inline calls to use __inline. 2015-02-11 11:13:17 -06:00
syr2k_kernel.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
syrk_k.c Changed a number of inline calls to use __inline. 2015-02-11 11:13:17 -06:00
syrk_kernel.c prepared driver/level3 functions for UNROLL values, that are not a power of two 2017-01-09 10:38:15 +01:00
syrk_thread.c fix improper function prototypes (empty parentheses) 2023-09-30 12:49:24 +02:00
trmm_L.c initial support for Sapphire Rapids platform 2021-10-12 01:30:40 -07:00
trmm_R.c initial support for Sapphire Rapids platform 2021-10-12 01:30:40 -07:00
trsm_L.c Fixing a performance bug in trsm_[LR].c. 2020-09-14 13:10:48 -05:00
trsm_R.c Fixing a performance bug in trsm_[LR].c. 2020-09-14 13:10:48 -05:00
zhemm_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zher2k_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zher2k_kernel.c prepared driver/level3 functions for UNROLL values, that are not a power of two 2017-01-09 10:38:15 +01:00
zherk_beta.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zherk_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zherk_kernel.c prepared driver/level3 functions for UNROLL values, that are not a power of two 2017-01-09 10:38:15 +01:00
zsyrk_beta.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00