OpenBLAS/cpp_thread_test
Marius Hillenbrand 478898b37a cpp_thread_test/dgemv: cap concurrency to number of hw threads on small systems
... instead of (number of hw threads - 4) to avoid invalid numbers on
smaller systems. Currently, systems with 4 or fewer CPUs (e.g., small CI
VMs) would fail the test. Fixes one of the issues discussed in #2668

Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
2020-06-17 16:08:48 +02:00
..
Makefile upload thread safety test folder 2019-06-01 21:30:06 +02:00
cpp_thread_safety_common.h upload thread safety test folder 2019-06-01 21:30:06 +02:00
dgemm_thread_safety.cpp Match thread count to machine capability 2020-04-10 22:06:44 +02:00
dgemv_thread_safety.cpp cpp_thread_test/dgemv: cap concurrency to number of hw threads on small systems 2020-06-17 16:08:48 +02:00