Martin Kroeker
e1c18e4eeb
Update version to 0.3.12 for release
5 years ago
Martin Kroeker
365f28787c
Comment out BUILD_SINGLE etc. and add a short explanation
5 years ago
Martin Kroeker
0ac6102708
Update version string to 0.3.11.dev
5 years ago
Martin Kroeker
b8f689200e
Update version number to 0.3.11
5 years ago
Martin Kroeker
2c552f1074
Change "HALF" and "sh" to "BFLOAT16" and "sb"
5 years ago
Martin Kroeker
e396ec8b56
Allow building support for only a subset of variable types
5 years ago
Martin Kroeker
dc8e4e1959
Reduce the BLAS3 heap allocation threshold to 32 and mark it as configurable
5 years ago
Martin Kroeker
6abca76c4e
Add option for running only the less demanding GEMV version of the thread safety tests
5 years ago
Martin Kroeker
9e11c2d62f
Add BUILD_SINGLE etc
5 years ago
Martin Kroeker
1bd3cd66c2
Increment version to 0.3.10.dev
5 years ago
Martin Kroeker
95dbeff66d
Merge branch 'release-0.3.0' into develop
5 years ago
Martin Kroeker
3b673a24b7
Increment version to 0.3.10.dev
5 years ago
Martin Kroeker
5dd14e3d48
Make building the bfloat16 functions conditional on option BUILD_HALF ( #2590 )
* make building the bfloat16 BLAS functions conditional on BUILD_HALF
* pass the BUILD_HALF option to gensymbol
* Pass BUILD_HALF as a compiler define for dynamic_arch builds
5 years ago
Martin Kroeker
33f76a6c37
Version 0.3.9
5 years ago
Martin Kroeker
579be3aa9d
Add configuration option for BUFFER_SIZE
5 years ago
Martin Kroeker
3bec250cf9
Increment version to 0.3.9.dev
5 years ago
Martin Kroeker
fa93d63365
Merge branch 'release-0.3.0' into develop
5 years ago
Martin Kroeker
02d9203981
Increment version to 0.3.8.dev
6 years ago
Martin Kroeker
d47fe78b0e
Set version to 0.3.7
6 years ago
Martin Kroeker
26411acd56
Merge pull request #2148 from TiborGY/cpp_thread_test_2
Thread safety tester using C++11 threading (cleaned history)
6 years ago
Martin Kroeker
27649b9543
Document NO_AVX512
for #2151
6 years ago
TiborGY
16f3df5d35
add c++ thread test option to Makefile.rule
6 years ago
Martin Kroeker
5ecffc28f2
Add option USE_LOCKING but keep default settings intact
6 years ago
Martin Kroeker
d2cb610272
Add option USE_LOCKING for single-threaded build with locking support
for calling from concurrent threads
6 years ago
luz.paz
daf2fec12d
Misc. typo fixes
Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
6 years ago
Martin Kroeker
4f8143b098
Increment version to 0.3.7.dev
6 years ago
Martin Kroeker
97d5034ed3
Merge branch 'release-0.3.0' into develop
6 years ago
Martin Kroeker
4fc17d0d75
Trivial typo fix
as suggested in #2022
6 years ago
TiborGY
56089991e2
fix the the
6 years ago
TiborGY
f209fc7fa9
Update Makefile.rule
add note about NUM_THREADS for package maintainers, add examples of programs that cause affinity troubles
6 years ago
TiborGY
ea1716ce2a
Update Makefile.rule
Revert generate to install, explain the nature of the affinity conflict
6 years ago
TiborGY
0f24b39ebf
Reword/expand comments in Makefile.rule
Lots of small changes in the wording of the comments, plus an expansion of the NUM_THREADS and NO_AFFINITY sections.
6 years ago
Martin Kroeker
ed704185ab
Increment version to 0.3.6.dev
6 years ago
Martin Kroeker
eebc189287
Version 0.3.5
6 years ago
Martin Kroeker
f5acaad8f0
Increment version to 0.3.5.dev
6 years ago
Martin Kroeker
b028960aba
Merge branch 'release-0.3.0' into develop
6 years ago
Andrew
7d3502b500
Add -frecursive gfortran option by default
7 years ago
Martin Kroeker
cf6df9464c
Document the stub status of the QUAD_PRECiSION code ( #1772 )
* Document the stub status of the QUAD_PRECiSION code inherited from GotoBLAS2
in response to #1769
7 years ago
Martin Kroeker
288aeea8a2
Fix default settings - USE_TLS and USE_SIMPLE_THREADED_LEVEL3 should both be off
7 years ago
Martin Kroeker
dbfd7524cd
Update version to 0.3.4.dev
7 years ago
Martin Kroeker
f0563f14ba
Version 0.3.3
7 years ago
Martin Kroeker
2caa2210bb
Add USE_TLS option to choose between old and new implementation of memory.c
7 years ago
Martin Kroeker
47bf0dba8f
Add build-time option for OMP scheduler; document MULTITHREAD_THRESHOLD range ( #1620 )
* Allow choosing the OpenMP scheduler and add range hint for GEMM_MULTITHREAD_THRESHOLD
* Amended description of GEMM_MULTITHREAD_THRESHOLD
to reflect #742 making it track floating point operations rather than matrix size
7 years ago
Martin Kroeker
6c2d90ba77
Move some DYNAMIC_ARCH targets to new DYNAMIC_OLDER option
7 years ago
Martin Kroeker
b491b10057
Update version to 0.3.1.dev
7 years ago
Martin Kroeker
894433a7c7
Update Makefile.rule
7 years ago
Zhiyong Dang
1b83341d19
Fix race condition in blas_server_omp.c
Change-Id: Ic896276cd073d6b41930c7c5a29d66348cd1725d
7 years ago
Martin Kroeker
e453555d97
Disable CPU affinity by default again
This setting must have been changed unintentionally by my PR #1214 (probably leftover from unrelated tests)
7 years ago
Zhang Xianyi
a797666fbe
Bump develop version for 0.3.0.
8 years ago
Zhang Xianyi
27a9df6477
Update doc for 0.2.20 version.
8 years ago