Chris Sidebottom
66d9185ebe
Fix CMake support
2025-07-08 22:49:55 +00:00
Chris Sidebottom and Ye Tao
f95e7b0e32
Add infrastructure for BGEMM
...
Setting up all the infrastructure for BGEMM support in OpenBLAS, hopefully I found all the right places.
Derived mostly from the previous work done in https://github.com/OpenMathLib/OpenBLAS/pull/5287
Co-authored-by: Ye Tao <ye.tao@arm.com >
2025-07-08 16:22:41 +01:00
Chris Sidebottom
552e1c7a7a
Correct compiler flags for NEOVERSEV1 target
2025-07-07 11:26:36 +00:00
Usui, Tetsuzo
14107e37d9
Add parallel laed3
2025-07-01 22:12:27 +09:00
Martin Kroeker
560fa88c96
Add cross-build parameters for Ampere One
2025-06-26 10:57:30 +02:00
Martin Kroeker
55bb5ef867
Add compiler options for Ampere One
2025-06-26 10:50:44 +02:00
Srangrang
0a967797a1
Add FP16 support for RISCV
2025-05-27 14:34:57 +08:00
Martin Kroeker
f2022c23ac
Remove sve capability from NeoverseN1 and specify CortexX2/A?10 as arm8.4a
2025-05-19 16:08:12 +02:00
Martin Kroeker
d9369bda1e
Update and amend parameters for Neoverse cpus
2025-04-16 01:09:57 -07:00
Ruiyang Wu
1b0c0f00e9
CMake: Avoid mixed OpenMP linkage
2025-03-26 23:52:13 -04:00
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
Martin Kroeker
b34235ca66
Fix inclusion of deprecated interfaces and cgesvdq/strsyl3
2025-03-12 22:41:50 +01:00
Martin Kroeker
f1fa370579
fix missing endif
2025-02-19 15:22:26 +01:00
Martin Kroeker
6d1444be3a
Add ARM64 options for NVIDIA HPC
2025-02-19 14:26:43 +01:00
Vaisakh K V
f66ca05b31
Merge branch 'develop' into topic/sgemm_direct_sme1
2025-02-13 14:54:37 +05:30
Vaisakh K V
d23eb3b93e
Support for SME1 based sgemm_direct kernel for cblas_sgemm level 3 API
...
* Added ARMV9SME target
* Added SGEMM_DIRECT kernel based on SME1
2025-02-13 14:51:21 +05:30
Martin Kroeker
877d5a5be6
Add -O2 to flang flags when building on WoA in Release mode
2025-02-12 17:01:06 +01:00
Martin Kroeker
262018f14c
Merge pull request #5092 from XiWeiGu/la64_fixed_cmake
...
LoongArch64: Fixed cmake
2025-01-23 13:54:27 +01:00
Martin Kroeker
180ba5e7d0
Merge pull request #5069 from tingboliao/dev_rotm_20250107
...
Further rearranged the rotm kernel for the different architectures.
2025-01-23 10:16:43 +01:00
gxw
1ebcbdbab3
LoongArch64: Fixed the issue of using the old-style TARGET in cmake builds
2025-01-23 09:08:42 +00:00
Martin Kroeker
111c9b0733
Add translations for C_COMPILER and OSNAME
2025-01-22 19:51:43 +01:00
tingbo.liao
3c8df6358f
Further rearranged the rotm kernel for the different architectures.
...
Signed-off-by: tingbo.liao <tingbo.liao@starfivetech.com >
2025-01-22 11:41:12 +08:00
Martin Kroeker
fbf594b62f
Guard against empty CMAKE_Fortran_COMPILER_ID
2024-12-24 13:34:33 +01:00
Martin Kroeker
d78fbe425c
Assume no underline suffixes on symbols when compiling with ifx on Windows
2024-12-23 19:04:50 +01:00
Martin Kroeker
30188a55d1
Don't assume underlined symbols for ifx; make cpuid.S inclusion conditional
2024-12-23 19:02:34 +01:00
Martin Kroeker
32319a33ac
Add options for Intel oneAPI 2025.0 ifx on Windows
2024-12-23 19:00:48 +01:00
Matthew Thompson
c4e8bac5a5
Fix indent
2024-12-04 12:11:35 -05:00
Matthew Thompson
be19966d3b
Fixes for NAG CMake
2024-12-04 10:52:43 -05:00
Matthew Thompson
2eaf285de5
Use F_COMPILER name
2024-12-04 08:46:40 -05:00
Matthew Thompson
a8b1705dbd
CMake build has wrong PIC flag for NAG
2024-12-04 08:46:40 -05:00
Martin Kroeker
57a51d74c9
translate CMAKE_SYSTEM_NAME in compilations on or for IOS
2024-11-27 09:52:56 +01:00
Martin Kroeker
cea9df3643
Update Cray compiler options and calling convention
2024-11-13 14:56:30 -08:00
Chip Kerchner
36bd3eeddf
Vectorize BF16 GEMV (VSX & MMA). Use GEMM_GEMV_FORWARD_BF16 (for Power).
2024-10-13 13:46:11 -05:00
Martin Kroeker
b0346e72f4
update names of loongarch64 targets for cross-compilation
2024-10-06 22:48:33 +02:00
Martin Kroeker
9c707dc6b9
Update dynamic arch list to new target scheme
2024-10-06 22:46:03 +02:00
Martin Kroeker
b4495a8fb8
Merge branch 'develop' into arm64_cmake_small_matrix_opt
2024-10-03 20:04:52 +02:00
Martin Kroeker
4f00f02567
Do not add -mabi flags for Loongson when the compiler is flang
2024-10-03 16:06:33 +02:00
Martin Kroeker
de421b7764
Merge pull request #4904 from XiWeiGu/la64_cross_cmake
...
LoongArch64: Enable cmake cross-compilation
2024-10-03 15:53:57 +02:00
Martin Kroeker
0228d36211
move -fopenmp to CFLAGS
2024-09-30 21:38:05 +02:00
gxw
7087b0a7d0
ARM64: Enable SMALL_MATRIX_OPT when compiling with CMake
2024-09-29 10:31:26 +08:00
gxw
30af9278dc
LoongArch64: Enable cmake cross-compilation
2024-09-29 10:13:30 +08:00
psykose
1265eee85c
fix cmake typo for power10 cc version check
...
fixes 668f48f4fc
2024-08-09 20:38:58 +02:00
Martin Kroeker
cc36db643e
Support new LAPACK build option LAPACK_STRLEN
2024-08-06 17:31:03 +02:00
Martin Kroeker
e8bd97ab4b
add RISCV64 entries for DYNAMIC_ARCH
2024-08-03 23:56:59 +02:00
Martin Kroeker
9eecd0d33b
enable GEMM/GEMV forwarding for riscv and ppc
2024-07-31 23:29:12 +02:00
Chris Sidebottom
b26424c6a2
Allow opt into GEMM -> GEMV forwarding
2024-07-31 13:09:14 +01:00
yamazaki-mitsufumi
821ef34635
Add A64FX to the list of CPUs supported by DYNAMIC_ARCH
2024-07-23 20:44:39 +09:00
Jaap Aarts
cea4abcac0
Fix compiling on mingw
2024-07-04 14:56:16 +02:00
Jaap Aarts
9d0abe2d26
Add support for RISCV64_GENERIC in cmake
2024-07-03 01:49:37 +02:00
Martin Kroeker
d25ee4d0f5
Fix detection of Intel ifx and apply -fp-model option to it
2024-06-14 23:58:45 +02:00