Commit Graph

5866 Commits

Author SHA1 Message Date
Martin Kroeker
2b9443b7e7 Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp 2021-07-14 22:40:29 +02:00
Martin Kroeker
fe0e66564e Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp 2021-07-14 22:39:20 +02:00
Martin Kroeker
54ffe280df Merge pull request #3310 from jeromerobert/develop
Avoid redefinition of _GNU_SOURCE
2021-07-14 16:06:13 +02:00
Jerome Robert
029d1e16b9 Avoid redefinition of _GNU_SOURCE
* _GNU_SOURCE may have been set by the application and redefinition
  trigger warnings or error with -Werror
* Fix for 220f6a1c5
2021-07-14 12:21:58 +02:00
Martin Kroeker
ea8e208029 Merge pull request #3306 from jonaszhou1/develop
Add cpu detection support for Zhaoxin processors
2021-07-12 16:30:10 +02:00
JonasZhou
0fca36c8c3 Add cpu detection support for Zhaoxin processors
Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
2021-07-12 13:43:45 +08:00
Martin Kroeker
44cc7cdecc Update version to 0.3.16.dev 2021-07-12 00:16:59 +02:00
Martin Kroeker
6492131792 Update version to 0.3.16.dev 2021-07-12 00:16:29 +02:00
Martin Kroeker
6c8ec55fb7 Merge pull request #3305 from xianyi/release-0.3.0
Merge release branch back into develop to copy tag
2021-07-12 00:15:52 +02:00
Martin Kroeker
fab746240c Merge pull request #3304 from xianyi/develop
Merge develop int0 0.3.0 for release 0.3.16
v0.3.16
2021-07-12 00:12:52 +02:00
Martin Kroeker
847607c768 Merge branch 'release-0.3.0' into develop 2021-07-12 00:12:25 +02:00
Martin Kroeker
4c81d1c3fe Update version to 0.3.16 2021-07-12 00:09:35 +02:00
Martin Kroeker
db4908ebfa Update version to 0.3.16 2021-07-12 00:08:55 +02:00
Martin Kroeker
ed3eb18cb2 Merge pull request #3303 from martin-frbg/changelog16
Update Changelog for 0.3.16
2021-07-11 23:50:02 +02:00
Martin Kroeker
239ff330f8 Update Changelog for 0.3.16 2021-07-11 23:48:39 +02:00
Martin Kroeker
19c81a07cb Merge pull request #3300 from martin-frbg/AzureAlpine
Move Alpine Linux build job from Travis to Azure
2021-07-11 22:50:20 +02:00
Martin Kroeker
e008646ba9 Merge pull request #3302 from martin-frbg/small_cleanup
Clean up some warnings
2021-07-11 22:26:41 +02:00
Martin Kroeker
498479b13e Update azure-pipelines.yml 2021-07-11 18:29:17 +02:00
Martin Kroeker
b4cbfe6677 Update azure-pipelines.yml 2021-07-11 18:08:30 +02:00
Martin Kroeker
be1a42507c Merge pull request #3297 from outerpassage/develop
fix compilation with musl libc
2021-07-11 17:10:20 +02:00
Martin Kroeker
7bb59fceb7 Clean up some warnings 2021-07-11 16:00:29 +02:00
Martin Kroeker
eba2cd951e Revert addition of test_install 2021-07-11 14:38:49 +02:00
Martin Kroeker
836c7fb9f5 Revert addition of test_install target 2021-07-11 14:37:38 +02:00
Martin Kroeker
d2693eac04 Update azure-pipelines.yml 2021-07-11 11:54:02 +02:00
Martin Kroeker
8acb6fe3a8 Update azure-pipelines.yml 2021-07-11 11:29:52 +02:00
Martin Kroeker
c47e35acee Update azure-pipelines.yml 2021-07-11 09:38:48 +02:00
Martin Kroeker
a27a61bb9a Update azure-pipelines.yml 2021-07-11 08:24:20 +02:00
Martin Kroeker
69560ad3ce Update azure-pipelines.yml 2021-07-11 07:25:07 +02:00
Martin Kroeker
b2319fd97a Merge pull request #3301 from martin-frbg/syr2bench
Handle OPENBLAS_LOOPS in SYR2 benchmark
2021-07-11 07:20:19 +02:00
Martin Kroeker
0266ba7cb6 Update azure-pipelines.yml 2021-07-10 23:21:58 +02:00
Martin Kroeker
7e09570e04 Update azure-pipelines.yml 2021-07-10 22:41:49 +02:00
Martin Kroeker
14e33e0f7e Handle OPENBLAS_LOOPS in SYR2 benchmark 2021-07-10 21:27:53 +02:00
Martin Kroeker
db57c449dc Update azure-pipelines.yml 2021-07-10 20:57:21 +02:00
Martin Kroeker
993e56b7b3 Merge pull request #3299 from martin-frbg/issue3298
Fix copy-paste error in LIBCORE assignment for Tiger Lake
2021-07-10 20:48:53 +02:00
Martin Kroeker
c9304199cf Update azure-pipelines.yml 2021-07-10 20:12:33 +02:00
Martin Kroeker
d86290edf0 add sudo for install in Alpine 2021-07-10 19:52:04 +02:00
Martin Kroeker
89429fdaa2 fix typo 2021-07-10 19:03:42 +02:00
Martin Kroeker
d511063098 Move Alpine Linux build job from Travis to Azure 2021-07-10 18:52:44 +02:00
Martin Kroeker
4f4e286bf6 Fix copy-paste error in LIBCORE assignment for Tiger Lake 2021-07-10 18:20:40 +02:00
River Dillon
ddb6cee0d5 Contribution note 2021-07-10 01:34:47 -07:00
River Dillon
cecc2c65aa Add test of installed <openblas_config.h> 2021-07-10 01:26:05 -07:00
River Dillon
220f6a1c55 Add feature test macro for proper inclusion of <sched.h> 2021-07-10 00:38:02 -07:00
River Dillon
2f6326a630 Remove <linux/unistd.h> 2021-07-10 00:36:07 -07:00
Martin Kroeker
c0d0406b97 Merge pull request #3296 from martin-frbg/issue3295
Support Zhaoxin/Centaur family 7 processors as Nehalem
2021-07-08 21:24:15 +02:00
Martin Kroeker
8f22ac552b Add vendor string Shanghai as successor to Centaur 2021-07-08 18:28:49 +02:00
Martin Kroeker
da623ae838 Add vendor string Shanghai as the successor to Centaur 2021-07-08 18:26:23 +02:00
Martin Kroeker
eb2fdd3af0 Recognize newer Zhaoxin/Centaur processors as Nehalem 2021-07-08 12:23:15 +02:00
Martin Kroeker
0d8d261dd4 Recognize newer Zhaoxin/Centaur cpus as Nehalem 2021-07-08 12:20:19 +02:00
Martin Kroeker
40caaef052 Merge pull request #3265 from TAAPArthur/improve_portability
Removed use of non portable '-p' arg to install
2021-07-07 20:58:29 +02:00
Martin Kroeker
25b602d8a6 Merge pull request #3293 from martin-frbg/issue3290
Enable (C)EXTRALIB as for any other platform when building the tests on RISCV C910V
2021-07-07 20:46:54 +02:00