Martin Kroeker
719fcc56b0
Merge pull request #1262 from martin-frbg/xmv_thread-splitting
Make sure that range limit of last thread never exceeds data size
8 years ago
Martin Kroeker
1296c89688
Merge pull request #1256 from isuruf/develop
Support compiling with clang on windows
8 years ago
Isuru Fernando
7abbe40980
Build all branches so that appveyor works in forks
8 years ago
Isuru Fernando
ca32b66a1c
New utest for clang
8 years ago
Isuru Fernando
d9346930dd
Merge remote-tracking branch 'upstream/develop' into develop
8 years ago
Martin Kroeker
0bfe5c6822
Merge pull request #1266 from ashwinyes/develop_thunderx2t99_fix_clang_compilation
THUDNERX2T99: Fix clang compilation
8 years ago
Ashwin Sekhar T K
4899d67f7d
THUDNERX2T99: Fix clang compilation
8 years ago
Martin Kroeker
ebb04e3265
Merge pull request #1259 from isuruf/cmake
CMake Improvements
8 years ago
Martin Kroeker
0ba64cee60
Update trmv_thread.c
8 years ago
Martin Kroeker
53aee36076
Merge pull request #1255 from jirutka/travis
Travis: Rewrite config, build and test also on Alpine Linux (musl libc)
8 years ago
Martin Kroeker
c4e5ba1bfe
Make sure that range_n of last thread never exceeds the actual data size when splitting the workload
8 years ago
Jakub Jirutka
486a485bb7
Travis: Allow job LINUX64_MUSL USE_OPENMP=1 to fail
See: https://github.com/xianyi/OpenBLAS/pull/1255#issuecomment-318692183
8 years ago
Jakub Jirutka
08c7d1ddf8
Travis: Disable some gcc warnings to avoid exceeding Travis limit
See: https://github.com/xianyi/OpenBLAS/pull/1255#issuecomment-318628666
8 years ago
Jakub Jirutka
e0bd5b5c0e
Travis: Build and test also on Alpine Linux (musl libc)
Alpine jobs needs sudo (for chroot), so they run on VMs infrastructure.
That's why they are much slower than other jobs.
8 years ago
Jakub Jirutka
ae65f75572
Travis: Simplify configuration using Build Stages and APT addon
Using APT addon has nice side-effect - you don't need sudo anymore, so
it can run on Travis containers-based infrastructure that is much faster
than their VMs infrastructure (used when sudo is needed).
You've been still running on Ubuntu Presty builders, but new default is
Trusty. Thus I've explicitly set `dist: presty` to let it stay on
Presty, to not change build environment by this commit.
8 years ago
Martin Kroeker
1e9247c276
Merge pull request #1260 from xianyi/revert-1254-xbmv_range
Revert "Fix calculated range limit exceeding actual data size for last thread"
8 years ago
Martin Kroeker
a6f533b248
Revert "Fix calculated range limit exceeding actual data size for last thread"
8 years ago
Isuru Fernando
89ec2be110
Fix lapacke copying
8 years ago
Isuru Fernando
8381591f56
No need of a temp file for f77blas.h
8 years ago
Isuru Fernando
d245caa49a
Support out-of-source build
8 years ago
Isuru Fernando
c9c13a8a0c
Fix installing cblas.h and fix tabs
8 years ago
Martin Kroeker
e70a6b92bf
Merge pull request #1257 from martin-frbg/cgroups-prereq
Rework __GLIBC_PREREQ checks to avoid breaking non-glibc builds
8 years ago
Isuru Fernando
7a96499b29
Don't change timestamps
8 years ago
Martin Kroeker
63cfa32691
Rework __GLIBC_PREREQ checks to avoid breaking non-glibc builds
8 years ago
Martin Kroeker
d537e0de8c
Merge pull request #1254 from martin-frbg/xbmv_range
Fix calculated range limit exceeding actual data size for last thread
8 years ago
Isuru Fernando
f00bbb9dbf
Remove unnecessary line in appveyor
8 years ago
Isuru Fernando
1a02a087a1
Fix vcvarsall call in appveyor
8 years ago
Isuru Fernando
02c1f86055
Fix copying libopenblas.dll
8 years ago
Isuru Fernando
5e0f67c666
Make ARCH variable a CACHE variable
8 years ago
Isuru Fernando
7345795e64
Try adding RC to path
8 years ago
Isuru Fernando
a36e976491
vsvarsall in appveyor
8 years ago
Isuru Fernando
1169f489a4
Fix CMAKE_C_COMPILER in appveyor
8 years ago
Isuru Fernando
7a4ebf825b
add --yes to conda in appveyor.yml
8 years ago
Isuru Fernando
ff17e3eb9f
build clang-cl first
8 years ago
Isuru Fernando
c56d4881f9
Fix appveyor.yml
8 years ago
Isuru Fernando
b03d50b794
Test clang in appveyor.yml
8 years ago
Isuru Fernando
ea1095135e
Ninja complains that file openblas.def does not exist
8 years ago
Isuru Fernando
4c5df489db
clang on windows needs FU=''
8 years ago
Isuru Fernando
eb98fdddfc
typedefs only for c
8 years ago
Isuru Fernando
ca17b4b75c
Fix complex support for MSVC headers
8 years ago
Isuru Fernando
dc24914415
check compiler is msvc instead of msvc
8 years ago
Martin Kroeker
585c0010a5
Fix range limit exceeding actual data size in last step
8 years ago
Martin Kroeker
857f61bc5d
Fix range limit exceeding data size in last step
8 years ago
Martin Kroeker
9332042d5f
Fix range exceeding actual data size in quick_divide
8 years ago
Martin Kroeker
ae93532fd3
Merge pull request #1249 from martin-frbg/cgroup
Honor cgroup/cpuset limits when enumerating cpus
8 years ago
Martin Kroeker
c4af196a2d
Honor cgroup/cpuset limits when enumerating cpus
8 years ago
Martin Kroeker
480e697681
Revert "Honor cgroup/cpuset limits when enumerating cpus" ( #1246 )
8 years ago
Zhang Xianyi
3c4c472584
Merge pull request #1236 from martin-frbg/l1cache
Use cpuid 4 with subleafs to query L1 cache size on Intel processors
8 years ago
Zhang Xianyi
a797666fbe
Bump develop version for 0.3.0.
8 years ago
Zhang Xianyi
5dde4e65d3
Merge branch 'develop'
0.2.20 version
8 years ago