platform/upstream/openblas.git
6 years agoMake ARCH variable a CACHE variable
Isuru Fernando [Sat, 29 Jul 2017 18:00:15 +0000 (23:30 +0530)]
Make ARCH variable a CACHE variable

6 years agoTry adding RC to path
Isuru Fernando [Sat, 29 Jul 2017 16:46:53 +0000 (22:16 +0530)]
Try adding RC to path

6 years agovsvarsall in appveyor
Isuru Fernando [Sat, 29 Jul 2017 16:28:53 +0000 (21:58 +0530)]
vsvarsall in appveyor

6 years agoFix CMAKE_C_COMPILER in appveyor
Isuru Fernando [Sat, 29 Jul 2017 16:24:32 +0000 (21:54 +0530)]
Fix CMAKE_C_COMPILER in appveyor

6 years agoadd --yes to conda in appveyor.yml
Isuru Fernando [Sat, 29 Jul 2017 16:18:49 +0000 (21:48 +0530)]
add --yes to conda in appveyor.yml

6 years agobuild clang-cl first
Isuru Fernando [Sat, 29 Jul 2017 16:17:15 +0000 (21:47 +0530)]
build clang-cl first

6 years agoFix appveyor.yml
Isuru Fernando [Sat, 29 Jul 2017 16:07:48 +0000 (21:37 +0530)]
Fix appveyor.yml

6 years agoTest clang in appveyor.yml
Isuru Fernando [Sat, 29 Jul 2017 15:46:00 +0000 (21:16 +0530)]
Test clang in appveyor.yml

6 years agoNinja complains that file openblas.def does not exist
Isuru Fernando [Sat, 29 Jul 2017 15:30:32 +0000 (21:00 +0530)]
Ninja complains that file openblas.def does not exist

6 years agoclang on windows needs FU=''
Isuru Fernando [Sat, 29 Jul 2017 15:29:17 +0000 (20:59 +0530)]
clang on windows needs FU=''

6 years agotypedefs only for c
Isuru Fernando [Sat, 29 Jul 2017 15:08:16 +0000 (20:38 +0530)]
typedefs only for c

6 years agoFix complex support for MSVC headers
Isuru Fernando [Fri, 28 Jul 2017 06:20:29 +0000 (11:50 +0530)]
Fix complex support for MSVC headers

6 years agocheck compiler is msvc instead of msvc
Isuru Fernando [Fri, 28 Jul 2017 06:19:39 +0000 (11:49 +0530)]
check compiler is msvc instead of msvc

6 years agoMerge pull request #1249 from martin-frbg/cgroup
Martin Kroeker [Tue, 25 Jul 2017 21:31:57 +0000 (23:31 +0200)]
Merge pull request #1249 from martin-frbg/cgroup

Honor cgroup/cpuset limits when enumerating cpus

6 years agoHonor cgroup/cpuset limits when enumerating cpus
Martin Kroeker [Tue, 25 Jul 2017 20:47:34 +0000 (22:47 +0200)]
Honor cgroup/cpuset limits when enumerating cpus

6 years agoRevert "Honor cgroup/cpuset limits when enumerating cpus" (#1246)
Martin Kroeker [Mon, 24 Jul 2017 14:17:50 +0000 (16:17 +0200)]
Revert "Honor cgroup/cpuset limits when enumerating cpus" (#1246)

6 years agoMerge pull request #1236 from martin-frbg/l1cache
Zhang Xianyi [Mon, 24 Jul 2017 04:07:00 +0000 (12:07 +0800)]
Merge pull request #1236 from martin-frbg/l1cache

Use cpuid 4 with subleafs to query L1 cache size on Intel processors

6 years agoBump develop version for 0.3.0.
Zhang Xianyi [Mon, 24 Jul 2017 04:06:29 +0000 (12:06 +0800)]
Bump develop version for 0.3.0.

6 years agoMerge branch 'develop' upstream/0.2.20 v0.2.20
Zhang Xianyi [Mon, 24 Jul 2017 04:03:35 +0000 (12:03 +0800)]
Merge branch 'develop'

0.2.20 version

6 years agoUpdate doc for 0.2.20 version.
Zhang Xianyi [Mon, 24 Jul 2017 03:55:10 +0000 (11:55 +0800)]
Update doc for 0.2.20 version.

6 years agoMerge pull request #1239 from martin-frbg/cgroups
Zhang Xianyi [Mon, 24 Jul 2017 03:46:52 +0000 (11:46 +0800)]
Merge pull request #1239 from martin-frbg/cgroups

Honor cgroup/cpuset limits when enumerating cpus

6 years agoMerge pull request #1244 from martin-frbg/micmuc_cimatcopy
Zhang Xianyi [Mon, 24 Jul 2017 03:45:27 +0000 (11:45 +0800)]
Merge pull request #1244 from martin-frbg/micmuc_cimatcopy

Fix complex imatcopy for Trans cases with non-square matrix

6 years agoUse in-place transform shortcut only if matrix is square
Martin Kroeker [Fri, 21 Jul 2017 09:20:15 +0000 (11:20 +0200)]
Use in-place transform shortcut only if matrix is square

6 years agoAdd files via upload
Martin Kroeker [Thu, 20 Jul 2017 18:51:06 +0000 (20:51 +0200)]
Add files via upload

6 years agoExchange rows and cols in final omatcopy with BlasTrans
Martin Kroeker [Sat, 15 Jul 2017 20:02:53 +0000 (22:02 +0200)]
Exchange rows and cols in final omatcopy with BlasTrans

This is MicMuc's patch from #899

6 years agoMore fixes for silly misedits
Martin Kroeker [Sat, 15 Jul 2017 10:48:42 +0000 (12:48 +0200)]
More fixes for silly misedits

6 years agoFixup braces lost in previous edit
Martin Kroeker [Sat, 15 Jul 2017 09:53:28 +0000 (11:53 +0200)]
Fixup braces lost in previous edit

6 years agoMerge branch 'develop' into cgroups
Martin Kroeker [Sat, 15 Jul 2017 08:40:42 +0000 (10:40 +0200)]
Merge branch 'develop' into cgroups

6 years agoDisable ReLAPACK by default (#1238)
Martin Kroeker [Thu, 13 Jul 2017 20:01:47 +0000 (22:01 +0200)]
Disable ReLAPACK by default (#1238)

* Disable ReLAPACK by default; mention it in final build message if included

* Add files via upload

* Add files via upload

* Add files via upload

6 years agoMerge pull request #1214 from martin-frbg/relapack
Zhang Xianyi [Thu, 13 Jul 2017 12:31:08 +0000 (20:31 +0800)]
Merge pull request #1214 from martin-frbg/relapack

Initial import of ReLAPACK

6 years agoMerge pull request #1234 from brada4/develop
Zhang Xianyi [Thu, 13 Jul 2017 12:27:37 +0000 (20:27 +0800)]
Merge pull request #1234 from brada4/develop

Fix write past fixed size buffer

6 years agoAdd dummy implementation of cpuid_count for the CPUIDEMU case
Martin Kroeker [Wed, 12 Jul 2017 19:56:23 +0000 (21:56 +0200)]
Add dummy implementation of cpuid_count for the CPUIDEMU case

6 years agoUse cpuid 4 with subleafs to query L1 cache size on Intel processors
Martin Kroeker [Wed, 12 Jul 2017 18:43:09 +0000 (20:43 +0200)]
Use cpuid 4 with subleafs to query L1 cache size on Intel processors

6 years agoMerge pull request #1235 from xianyi/revert-1233-cpuid-fix
Martin Kroeker [Wed, 12 Jul 2017 07:37:55 +0000 (09:37 +0200)]
Merge pull request #1235 from xianyi/revert-1233-cpuid-fix

Revert "Fix unintentional fall-through cases in get_cacheinfo"

6 years agoRevert "Fix unintentional fall-through cases in get_cacheinfo"
Martin Kroeker [Wed, 12 Jul 2017 07:35:11 +0000 (09:35 +0200)]
Revert "Fix unintentional fall-through cases in get_cacheinfo"

6 years agoFix write past fixed size buffer
Andrew [Tue, 11 Jul 2017 22:59:30 +0000 (00:59 +0200)]
Fix write past fixed size buffer

6 years agoAdd files via upload
Martin Kroeker [Tue, 11 Jul 2017 16:48:13 +0000 (18:48 +0200)]
Add files via upload

6 years agoAdd files via upload
Martin Kroeker [Tue, 11 Jul 2017 16:42:39 +0000 (18:42 +0200)]
Add files via upload

6 years agoHonor cgroup/cpuset constraints when enumerating cpus
Martin Kroeker [Tue, 11 Jul 2017 16:27:33 +0000 (18:27 +0200)]
Honor cgroup/cpuset constraints when enumerating cpus

6 years agoMerge pull request #1233 from martin-frbg/cpuid-fix
Martin Kroeker [Tue, 11 Jul 2017 15:10:55 +0000 (17:10 +0200)]
Merge pull request #1233 from martin-frbg/cpuid-fix

Fix unintentional fall-through cases in get_cacheinfo

6 years agoFix unintentional fall-through cases in get_cacheinfo
Martin Kroeker [Tue, 11 Jul 2017 13:39:15 +0000 (15:39 +0200)]
Fix unintentional fall-through cases in get_cacheinfo

These appear to be unintended side effects of PR #1091, probably causing #1232

6 years agoMerge pull request #1226 from ashwinyes/develop_arm_clang_ual_fix
Zhang Xianyi [Mon, 10 Jul 2017 12:04:42 +0000 (20:04 +0800)]
Merge pull request #1226 from ashwinyes/develop_arm_clang_ual_fix

arm: Fix clang compilation for ARMv7

6 years agoMerge pull request #1221 from ashwinyes/develop_arm_softfp
Zhang Xianyi [Mon, 10 Jul 2017 12:03:57 +0000 (20:03 +0800)]
Merge pull request #1221 from ashwinyes/develop_arm_softfp

arm: add support for softfp in arm vfp assembly files

6 years agoMerge branch 'develop' into develop_arm_softfp
Zhang Xianyi [Mon, 10 Jul 2017 12:02:36 +0000 (20:02 +0800)]
Merge branch 'develop' into develop_arm_softfp

6 years agoMerge pull request #1230 from martin-frbg/rhel5
Martin Kroeker [Sun, 9 Jul 2017 11:16:16 +0000 (13:16 +0200)]
Merge pull request #1230 from martin-frbg/rhel5

Add sched_getcpu implementation for pre-2.6 glibc

6 years agoDo not add -lpthread on Android builds (#1229)
Martin Kroeker [Sun, 9 Jul 2017 11:15:24 +0000 (13:15 +0200)]
Do not add -lpthread on Android builds (#1229)

* Do not add -lpthread on Android builds

* Do not add -lpthread on Android cmake builds

6 years agoAdd sched_getcpu implementation for pre-2.6 glibc
Martin Kroeker [Sun, 9 Jul 2017 07:45:38 +0000 (09:45 +0200)]
Add sched_getcpu implementation for pre-2.6 glibc

Fixes #1210, compilation on RHEL5 with affinity enabled

6 years agoMerge pull request #1225 from martin-frbg/stolen_from_wernsaar_fork
Zhang Xianyi [Fri, 7 Jul 2017 07:43:33 +0000 (15:43 +0800)]
Merge pull request #1225 from martin-frbg/stolen_from_wernsaar_fork

fixed syrk_thread.c taken from wernsaar

6 years agoarm: Fix clang compilation for ARMv7
Ashwin Sekhar T K [Fri, 7 Jul 2017 07:00:42 +0000 (12:30 +0530)]
arm: Fix clang compilation for ARMv7

clang is not recognizing some pre-UAL VFP mnemonics like fnmacs, fnmacd,
fnmuls and fnmuld. Replaced them with equivalent UAL mnemonics which are
vmls.f32, vmls.f64, vnmul.f32 and vnmul.f64 respectively.

6 years agofixed syrk_thread.c taken from wernsaar
Martin Kroeker [Thu, 6 Jul 2017 15:30:12 +0000 (17:30 +0200)]
fixed syrk_thread.c taken from wernsaar

Stride calculation fix copied from https://github.com/wernsaar/OpenBLAS/commit/88900e1

6 years agoHandle different object extensions in Makefile
Martin Kroeker [Thu, 6 Jul 2017 08:12:00 +0000 (10:12 +0200)]
Handle different object extensions in Makefile

The optimized LAPACK functions from interface use OS-dependent suffixes .o/.obj for the object files, while netlib LAPACK uses .o throughout. ReLAPACK object names have to match in order for function replacement in the growing library file to work.

6 years agoLink -lm or -lm_hard for Android ARMv7.
Zhang Xianyi [Wed, 5 Jul 2017 09:01:03 +0000 (17:01 +0800)]
Link -lm or -lm_hard for Android ARMv7.

6 years agoMerge pull request #1218 from m-brow/power9
Zhang Xianyi [Mon, 3 Jul 2017 05:48:29 +0000 (13:48 +0800)]
Merge pull request #1218 from m-brow/power9

Optimise loads on Power9 LE

6 years agoMerge pull request #1212 from neilsh-msft/develop
Zhang Xianyi [Mon, 3 Jul 2017 05:43:48 +0000 (13:43 +0800)]
Merge pull request #1212 from neilsh-msft/develop

Add Microsoft Windows 10 UWP build support

6 years agoUpdate Makefile
Martin Kroeker [Sat, 1 Jul 2017 23:46:23 +0000 (01:46 +0200)]
Update Makefile

6 years agoAdd files via upload
Martin Kroeker [Sat, 1 Jul 2017 22:50:14 +0000 (00:50 +0200)]
Add files via upload

6 years agoarm: Remove unnecessary files/code
Ashwin Sekhar T K [Sat, 1 Jul 2017 21:36:36 +0000 (03:06 +0530)]
arm: Remove unnecessary files/code

Since softfp code has been added to all required vfp kernels,
the code for auto detection of abi is no longer required.

The option to force softfp ABI on make command line by giving
ARM_SOFTFP_ABI=1 is retained. But there is no need to give this option
anymore.

Also the newly added C versions of 4x4/4x2 gemm/trmm kernels are removed.
These are longer required. Moreover these kernels has bugs.

6 years agoarm: add softfp support in zgemm/ztrmm vfp kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 21:24:32 +0000 (02:54 +0530)]
arm: add softfp support in zgemm/ztrmm vfp kernels

6 years agoarm: add softfp support in cgemm/ctrmm vfp kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 21:12:32 +0000 (02:42 +0530)]
arm: add softfp support in cgemm/ctrmm vfp kernels

6 years agoarm: add softfp support in dgemm/dtrmm vfp kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 20:54:38 +0000 (02:24 +0530)]
arm: add softfp support in dgemm/dtrmm vfp kernels

6 years agoarm: add softfp support in sgemm/strmm vfp kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 20:35:48 +0000 (02:05 +0530)]
arm: add softfp support in sgemm/strmm vfp kernels

6 years agogeneric: Bug fixes in generic 4x2 and 4x4 gemm kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 20:30:48 +0000 (02:00 +0530)]
generic: Bug fixes in generic 4x2 and 4x4 gemm kernels

6 years agoarm: add softfp support in vfp gemv kernels
Ashwin Sekhar T K [Sat, 1 Jul 2017 19:08:44 +0000 (00:38 +0530)]
arm: add softfp support in vfp gemv kernels

6 years agoMerge pull request #1220 from ashwinyes/develop_aarch64_20170701_t99_options
Martin Kroeker [Sat, 1 Jul 2017 18:43:23 +0000 (20:43 +0200)]
Merge pull request #1220 from ashwinyes/develop_aarch64_20170701_t99_options

arm64: Change mtune/mcpu options for THUNDERX2T99 target

6 years agoarm64: Change mtune/mcpu options for THUNDERX2T99 target
Ashwin Sekhar T K [Sat, 1 Jul 2017 18:16:12 +0000 (11:16 -0700)]
arm64: Change mtune/mcpu options for THUNDERX2T99 target

6 years agoarm: add softfp support in kernel/arm/swap_vfp.S
Ashwin Sekhar T K [Sat, 1 Jul 2017 15:07:40 +0000 (20:37 +0530)]
arm: add softfp support in kernel/arm/swap_vfp.S

6 years agoarm: add softfp support in kernel/arm/nrm2_vfp*.S
Ashwin Sekhar T K [Sat, 1 Jul 2017 14:27:28 +0000 (19:57 +0530)]
arm: add softfp support in kernel/arm/nrm2_vfp*.S

6 years agoarm: add softfp support in kernel/arm/*dot_vfp.S
Ashwin Sekhar T K [Fri, 30 Jun 2017 18:16:02 +0000 (23:46 +0530)]
arm: add softfp support in kernel/arm/*dot_vfp.S

6 years agoarm: add softfp support in kernel/arm/rot_vfp.S
Ashwin Sekhar T K [Fri, 30 Jun 2017 16:22:32 +0000 (21:52 +0530)]
arm: add softfp support in kernel/arm/rot_vfp.S

6 years agoarm: add softfp support in kernel/arm/axpy_vfp.S
Ashwin Sekhar T K [Fri, 30 Jun 2017 14:36:29 +0000 (20:06 +0530)]
arm: add softfp support in kernel/arm/axpy_vfp.S

6 years agoarm: add softfp support in kernel/arm/asum_vfp.S
Ashwin Sekhar T K [Fri, 30 Jun 2017 07:42:05 +0000 (13:12 +0530)]
arm: add softfp support in kernel/arm/asum_vfp.S

6 years agoarm: Use assembly implementations based on the ARM abi
Ashwin Sekhar T K [Fri, 30 Jun 2017 07:36:38 +0000 (13:06 +0530)]
arm: Use assembly implementations based on the ARM abi

In case of softfp abi, assembly implementations of only those APIs are
used which doesnt have a floating point argument or return value.

In case of hard abi, all assembly implementations are used.

6 years agogeneric: add some generic gemm and trmm kernels
Ashwin Sekhar T K [Fri, 30 Jun 2017 07:16:18 +0000 (12:46 +0530)]
generic: add some generic gemm and trmm kernels

Added generic 4x4 and 4x2 gemm kernels
Added generic 4x2 trmm kernel

6 years agoarm: Determine the abi from compiler if not specified on command line
Ashwin Sekhar T K [Fri, 30 Jun 2017 07:13:13 +0000 (12:43 +0530)]
arm: Determine the abi from compiler if not specified on command line

If ARM abi is not explicitly mentioned on the command line, then set the
arm abi to softfp or hard according to the compiler environment.
This assumes that compiler sets the defines __ARM_PCS and __ARM_PCS_VFP
accordingly.

6 years agoAdd ReLAPACK to Makefiles
Martin Kroeker [Wed, 28 Jun 2017 16:15:21 +0000 (18:15 +0200)]
Add ReLAPACK to Makefiles

6 years agoRestore ReLAPACK test folder
Martin Kroeker [Wed, 28 Jun 2017 16:13:14 +0000 (18:13 +0200)]
Restore ReLAPACK test folder

6 years agoAdd Elmar Peise's ReLAPACK
Martin Kroeker [Wed, 28 Jun 2017 15:38:41 +0000 (17:38 +0200)]
Add Elmar Peise's ReLAPACK

6 years agoAdd Microsoft Windows 10 UWP build support
Neil Shipp [Fri, 23 Jun 2017 20:07:34 +0000 (13:07 -0700)]
Add Microsoft Windows 10 UWP build support

6 years agoMerge branch 'arm_soft_fp_abi' into develop
Zhang Xianyi [Fri, 23 Jun 2017 03:35:25 +0000 (11:35 +0800)]
Merge branch 'arm_soft_fp_abi' into develop

6 years agoMerge pull request #1211 from neilsh-msft/develop
Zhang Xianyi [Fri, 23 Jun 2017 03:33:09 +0000 (11:33 +0800)]
Merge pull request #1211 from neilsh-msft/develop

Add 64bit support for Microsoft Visual Studio

6 years agoReorder dependencies to allow in-place build to succeed the first time.
Neil Shipp [Fri, 23 Jun 2017 01:05:19 +0000 (18:05 -0700)]
Reorder dependencies to allow in-place build to succeed the first time.

6 years agoAvoid truncating cblas.h when compiling gencblas target
Neil Shipp [Fri, 23 Jun 2017 00:08:09 +0000 (17:08 -0700)]
Avoid truncating cblas.h when compiling gencblas target

6 years agoRevert changes to sed and awk
Neil Shipp [Thu, 22 Jun 2017 00:49:57 +0000 (17:49 -0700)]
Revert changes to sed and awk

6 years agoAdd 64bit support for Microsoft Visual Studio
Neil Shipp [Wed, 21 Jun 2017 18:06:48 +0000 (11:06 -0700)]
Add 64bit support for Microsoft Visual Studio

6 years agoOptimise sscal for POWER9
Matt Brown [Wed, 14 Jun 2017 06:47:56 +0000 (16:47 +1000)]
Optimise sscal for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise srot for POWER9
Matt Brown [Wed, 14 Jun 2017 06:45:58 +0000 (16:45 +1000)]
Optimise srot for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise sdot for POWER9
Matt Brown [Wed, 14 Jun 2017 06:43:31 +0000 (16:43 +1000)]
Optimise sdot for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise sasum for POWER9
Matt Brown [Wed, 14 Jun 2017 06:39:27 +0000 (16:39 +1000)]
Optimise sasum for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise casum for POWER9
Matt Brown [Wed, 14 Jun 2017 06:38:32 +0000 (16:38 +1000)]
Optimise casum for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise cswap for POWER9
Matt Brown [Wed, 14 Jun 2017 06:36:10 +0000 (16:36 +1000)]
Optimise cswap for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise sswap for POWER9
Matt Brown [Wed, 14 Jun 2017 06:23:20 +0000 (16:23 +1000)]
Optimise sswap for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise scopy for POWER9
Matt Brown [Wed, 14 Jun 2017 04:58:00 +0000 (14:58 +1000)]
Optimise scopy for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

6 years agoOptimise ccopy for POWER9
Matt Brown [Wed, 14 Jun 2017 04:25:10 +0000 (14:25 +1000)]
Optimise ccopy for POWER9

Use lxvd2x instruction instead of lxvw4x.
lxvd2x performs far better on the new POWER architecture than lxvw4x.

7 years agoFix installation of header files with cmake (#1186)
Martin Kroeker [Thu, 1 Jun 2017 14:36:26 +0000 (16:36 +0200)]
Fix installation of header files with cmake (#1186)

* Fix installation of header files with cmake

Install only the required header files, with openblas_config.h preprocessed like in Makefile.install
Fixes #1184

* Update CMakeLists.txt

Escape remaining semicolons in awk argument list (to get it working on Windows as well)

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Add files via upload

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

see if it is the single quotes that cause the problem on windows

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Use C utility instead of awk for header generation in cmake builds

* Update CMakeLists.txt

* Fix generation and installation of header files

Generate openblas_config.h and f77blas.h with same contents as in plain Makefile builds and install only the public header files

7 years agoMerge pull request #1190 from oviradoi/utest_make_complex
Martin Kroeker [Thu, 1 Jun 2017 14:35:52 +0000 (16:35 +0200)]
Merge pull request #1190 from oviradoi/utest_make_complex

Update test to use openblas_make_complex_float and openblas_make_comp…

7 years agoUpdate test to use openblas_make_complex_float and openblas_make_complex_double functions
Ovidiu Radoi [Tue, 30 May 2017 09:07:43 +0000 (12:07 +0300)]
Update test to use openblas_make_complex_float and openblas_make_complex_double functions

7 years agoMerge pull request #1189 from pawosm-arm/flang
Martin Kroeker [Sun, 28 May 2017 09:07:57 +0000 (11:07 +0200)]
Merge pull request #1189 from pawosm-arm/flang

build: Flang has the same interface as PGI

7 years agobuild: Flang has the same interface as PGI
Paul Osmialowski [Sat, 27 May 2017 05:23:58 +0000 (06:23 +0100)]
build: Flang has the same interface as PGI

Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
7 years agoMerge pull request #1188 from pawosm-arm/flang
Martin Kroeker [Fri, 26 May 2017 21:02:47 +0000 (23:02 +0200)]
Merge pull request #1188 from pawosm-arm/flang

build: Flang compiler support

7 years agobuild: LLVM: Add Flang compiler support and enable OpenMP for Clang
Paul Osmialowski [Thu, 25 May 2017 11:22:17 +0000 (12:22 +0100)]
build: LLVM: Add Flang compiler support and enable OpenMP for Clang

Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>