167 Commits (2d0b2334259d41c2003b51a07580dbd25cfe267c)

Author SHA1 Message Date
  Martin Kroeker e882f3d6f3 Fix thread data race in memory.c 8 years ago
  Martin Kroeker 63cfa32691 Rework __GLIBC_PREREQ checks to avoid breaking non-glibc builds 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
  Martin Kroeker 731c518cff Add files via upload 8 years ago
  Martin Kroeker 29fc429d9a Honor cgroup/cpuset constraints when enumerating cpus 8 years ago
  Neil Shipp 65e56cb29d Add 64bit support for Microsoft Visual Studio 8 years ago
  James Cowgill 59c97cfee4 memory: Fix buffer overflow when position == NUM_BUFFERS 8 years ago
  James Cowgill 5fecfe0f42 memory: switch loop condition around in blas_memory_free 8 years ago
  Ashwin Sekhar T K 4713e7c47f ARM64: Add the VULCAN Target 9 years ago
  Martin Kroeker 51aa157e64 Relocate declaration of alloc_lock outside ifdef block 8 years ago
  Martin Kroeker 87c7d10b34 Fix thread data races detected by helgrind 3.12 8 years ago
  Zhang Xianyi 66c9a9b33d Merge pull request #981 from howard0su/develop 9 years ago
  Howard Su ff1da01476 USE NPROCESSOR_CONF instaed of NPORCESSOR_ONLN 9 years ago
  Zhang Xianyi ef52a9266b Fixed #979. Patch for NetBSD. 9 years ago
  Theoractice aa744dfa59 Update memory.c 9 years ago
  theoractice 61cf8f74d9 Fix access violation on Windows while static linking 9 years ago
  Zhang Xianyi 05196a8497 Refs #716. Only call getenv at init function. 9 years ago
  Zhang Xianyi 6b85dbb6dc Refs #696. Turn off stack limit setting on Linux. 9 years ago
  Zhang Xianyi f5df444ceb Merge pull request #762 from jeromerobert/bug760 9 years ago
  Zhang Xianyi aaa8551c57 Merge pull request #749 from lotheac/illumos_fixes 9 years ago
  Jerome Robert 0d87c1ffb6 Let openblas_get_num_threads return the number of active threads 9 years ago
  Lauri Tirkkonen 97cd4b8aee illumos fixes to memory.c 9 years ago
  Werner Saar 0d22551a6b increase the stack size limit in the constructor 10 years ago
  Ralph Campbell fbc21266e6 Minor C code fixes in driver/ 10 years ago
  Zhang Xianyi 2feef49fa8 Merge branch 'develop' into cmake 10 years ago
  Zhang Xianyi 1ce054fcb3 Refs #669. Fixed the build bug with gcc on Mac OS X. 10 years ago
  Zhang Xianyi 94b125255f Merge branch 'develop' into cmake 10 years ago
  Zhang Xianyi 11ac4665c8 Fixed #654. Make sure the gotoblas_init function is run before all other static initializations. 10 years ago
  Grazvydas Ignotas d3e2f0a1af add missing barriers 10 years ago
  Zhang Xianyi dcd5ba4443 Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake 10 years ago
  Zhang Xianyi a11555c715 Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard) 10 years ago
  powderluv ebb9eba987 Fix build with ALLOC_SHM=0 (Android NDK) 10 years ago
  Zhang Xianyi 9798481979 Refs #478, #482. Fix segfault bug for gemv_t with MAX_ALLOC_STACK flag. 10 years ago
  Ton van den Heuvel b6438dedea Fix issue #508 10 years ago
  Hank Anderson 5ae8993752 Added intrinsics for MSVC. 10 years ago
  Hank Anderson 84d90d6ed8 Fixed some compiler errors/warnings for clang. 10 years ago
  Zhang Xianyi cfa9392ffa Fix openblas_get_num_threads and openblas_get_num_procs bug with single thread. 10 years ago
  Erik Schnetter 65a847cd36 Introduce openblas_get_num_threads and openblas_get_num_procs 10 years ago
  Zhang Xianyi 2fb02626da Update organization info. 11 years ago
  Isaac Dunham f7eb81a846 Fix link error on Linux/musl. 11 years ago
  Zhang Xianyi 7a8949e0ce Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyGu-develop 11 years ago
  Timothy Gu 6c2ead30f0 Remove all trailing whitespace except lapack-netlib 11 years ago
  Jameson Nash f41f03ab83 fix #394. this cleans up some handles after using them, and doesn't disable ALL process privileges upon success 11 years ago
  Olivier Grisel 2c556f093a Add cast to function pointer to remove warning 11 years ago
  Olivier Grisel 3b027d2528 Do not reference pthread_atfork in non-SMP_SERVER mode 11 years ago
  Olivier Grisel 49bd98f410 Do not reference pthread_atfork under windows 11 years ago
  Olivier Grisel 138a841390 FIX #294: make OpenBLAS thread-pool resilient to fork via pthread_atfork 11 years ago
  Olivier Grisel 046e4013cb Revert "Refs #294. Used pthread_atfork to avoid hang after a Unix fork." 11 years ago
  Zhang Xianyi 3617c22a56 Refs #294. Used pthread_atfork to avoid hang after a Unix fork. 11 years ago