AbdelRauf
a469b32cf4
sgemm pipeline improved, zgemm rewritten without inner packs, ABI lxvx v20 fixed with vs52
2019-06-04 07:11:30 +00:00
Martin Kroeker
27649b9543
Document NO_AVX512
...
for #2151
2019-06-03 11:01:33 +02:00
TiborGY
16f3df5d35
add c++ thread test option to Makefile.rule
2019-06-01 21:36:41 +02:00
TiborGY
1aded69821
hook up c++ thread safety test (main Makefile)
2019-06-01 21:32:52 +02:00
TiborGY
c00289ba54
upload thread safety test folder
2019-06-01 21:30:06 +02:00
AbdelRauf
8fe794f059
improved zgemm power9 based on power8
2019-05-30 15:31:25 +00:00
Martin Kroeker
74c10b57c6
Use generic kernels for complex (I)AMAX to support softfp
2019-05-30 11:38:11 +02:00
Martin Kroeker
c5495d2056
Ensure correct output for DAMAX with softfp
2019-05-30 11:25:43 +02:00
Martin Kroeker
c70496b108
Separate implementations of AMAX and IAMAX on arm
...
As noted in #1912 and comment on #1942 , the combined implementation happens to "do the right thing" on hardfp, but cannot return both value and index on softfp where they would have to share the return register
2019-05-29 15:02:51 +02:00
Martin Kroeker
ca8d8835f5
Merge pull request #2144 from xianyi/revert-2142-issue1912-2
...
Revert "Add softfp support in min/max kernels"
2019-05-29 14:09:10 +02:00
Martin Kroeker
d76b20b4d2
Revert "Add softfp support in min/max kernels"
2019-05-29 14:07:17 +02:00
Martin Kroeker
85af04da3c
Merge pull request #2142 from martin-frbg/issue1912-2
...
Add softfp support in min/max kernels
2019-05-28 22:56:08 +02:00
Martin Kroeker
11e0dcbffb
Merge pull request #2141 from martin-frbg/issue1912
...
Build and run utests independently of fortran
2019-05-28 20:50:40 +02:00
Martin Kroeker
79366ff7a9
Add softfp support in min/max kernels
...
fix for #1912
2019-05-28 20:34:22 +02:00
Martin Kroeker
21d05a4835
Merge pull request #2140 from martin-frbg/pgi19
...
Do not try ancient PGI hacks with recent versions of that compiler
2019-05-26 12:39:20 +02:00
Martin Kroeker
940f38f6dd
Build and run utests in any case, they do their own checks for fortran availability
2019-05-24 13:02:23 +02:00
Martin Kroeker
1778fd4219
Do not try ancient PGI hacks with recent versions of that compiler
...
should fix #2139
2019-05-22 13:48:27 +02:00
Martin Kroeker
969dd6175e
Merge pull request #2136 from martin-frbg/issue2126
...
Add option to allow combining USE_THREAD=0 with thread locking support
2019-05-16 12:08:16 +02:00
Martin Kroeker
d8d5682481
Merge pull request #2134 from tylerjereddy/skylake_regress_guard_may14
...
TST: add SkylakeX AVX512 CI test
2019-05-15 23:40:06 +02:00
Martin Kroeker
f66c11fc22
Remove unrelated change
2019-05-15 23:38:12 +02:00
Martin Kroeker
5ecffc28f2
Add option USE_LOCKING but keep default settings intact
2019-05-15 23:36:17 +02:00
Martin Kroeker
86dda5c2fa
Add option USE_LOCKING for SMP-like locking in USE_THREAD=0 builds
2019-05-15 23:21:20 +02:00
Martin Kroeker
1e52572be3
Add option USE_LOCKING for single-threaded build with locking support
2019-05-15 23:19:30 +02:00
Martin Kroeker
d2cb610272
Add option USE_LOCKING for single-threaded build with locking support
...
for calling from concurrent threads
2019-05-15 23:18:43 +02:00
Tyler Reddy
a211bc9b6a
TST: add SkylakeX AVX512 CI test
...
* adapt the C-level reproducer code for some
recent SkylakeX AVX512 kernel issues, provided
by Isuru Fernando and modified by Martin Kroeker,
for usage in the utest suite
* add an Intel SDE SkylakeX emulation utest run to
the Azure CI matrix; a custom Docker build was required
because Ubuntu image provided by Azure does not support
AVX512VL instructions
2019-05-14 11:32:23 -07:00
Martin Kroeker
9208ab8603
Merge pull request #2130 from isuruf/drone
...
Drone CI for arm64 native builds
2019-05-14 09:37:00 +02:00
Isuru Fernando
b43deb4ad6
Fix typo
2019-05-12 15:26:18 -05:00
Isuru Fernando
b911525c81
arm32 build
2019-05-12 15:21:43 -05:00
Isuru Fernando
7ff44e0016
Remove qemu armv8 builds
2019-05-12 15:09:53 -05:00
Isuru Fernando
e3cb8ad2d6
See if ubuntu 19.04 fixes the ICE
2019-05-12 14:28:48 -05:00
Isuru Fernando
7aa6faad5f
parallel build
2019-05-12 14:22:36 -05:00
Isuru Fernando
3d94ab660f
build without lapack on cmake
2019-05-12 14:17:12 -05:00
Isuru Fernando
cd99dfe034
Add cmake builds and print options
2019-05-12 14:10:10 -05:00
Isuru Fernando
dadafcdcd8
Add a cmake build as well
2019-05-12 14:10:10 -05:00
Isuru Fernando
d40c109eb0
no need of gcc in clang build
2019-05-12 14:10:10 -05:00
Isuru Fernando
608cd69b66
update yes
2019-05-12 14:10:10 -05:00
Isuru Fernando
231472c4c6
Fix typo
2019-05-12 14:10:10 -05:00
Isuru Fernando
612c2d78e0
apt update
2019-05-12 14:10:10 -05:00
Isuru Fernando
dc110e179d
Switch to ubuntu and parallel jobs
2019-05-12 14:10:09 -05:00
Isuru Fernando
9184590c33
gfortran->gcc-gfortran
2019-05-12 14:10:09 -05:00
Isuru Fernando
a0aaf308ed
Install gfortran and add a clang job
2019-05-12 14:10:09 -05:00
Isuru Fernando
15f925fe9a
Install perl
2019-05-12 14:10:09 -05:00
Isuru Fernando
21acf03e9a
Install gcc
2019-05-12 14:10:09 -05:00
Isuru Fernando
ff807473bb
remove sudo
2019-05-12 14:10:09 -05:00
Isuru Fernando
58829c0988
install make
2019-05-12 14:10:09 -05:00
Isuru Fernando
d86f0b9e74
Test drone CI
2019-05-12 14:10:09 -05:00
Martin Kroeker
63554d5dec
Merge pull request #2129 from martin-frbg/armv8azure
...
Move ARMv8/gcc CI job from Travis to Azure
2019-05-12 09:55:57 +02:00
Martin Kroeker
43068288e9
Update .travis.yml
2019-05-11 22:37:06 +02:00
Martin Kroeker
999a04f101
Move ARMv8 gcc build from Travis to Azure
2019-05-11 16:08:23 +02:00
Martin Kroeker
3cb1c8d210
Move ARMv8 gcc build from Travis to Azure
2019-05-11 16:07:30 +02:00