Commit Graph

  • 8b0d1eb0f7 Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation warnings Gael Guennebaud 2016-01-01 21:45:06 +01:00
  • 9900782e88 Mark AlignedBit and EvalBeforeNestingBit with deprecated attribute, and remove the remaining usages of EvalBeforeNestingBit. Gael Guennebaud 2015-12-30 16:47:49 +01:00
  • 70404e07c2 Workaround clang -Wdocumentation warning about "/*<" Gael Guennebaud 2015-12-30 16:46:45 +01:00
  • addb7066e8 Workaround "empty paragraph" warning with clang -Wdocumentation Gael Guennebaud 2015-12-30 16:45:44 +01:00
  • eadc377b3f Add missing doc of Derived template parameter Gael Guennebaud 2015-12-30 16:43:19 +01:00
  • 29bb599e03 Fix numerous doxygen issues in auto-link generation Gael Guennebaud 2015-12-30 16:04:24 +01:00
  • 162ccb2938 Fix links to Eigen2-to-Eigen3 porting helpers Gael Guennebaud 2015-12-30 16:03:14 +01:00
  • 5fae3750b5 Recent versions of doxygen miss-parsed Eigen/* headers Gael Guennebaud 2015-12-30 16:02:05 +01:00
  • b84cefe61d Add missing snippets for erf/erfc/lgamma functions. Gael Guennebaud 2015-12-30 15:12:15 +01:00
  • 16dd82ed51 Add missing snippet for sign/cwiseSign functions. Gael Guennebaud 2015-12-30 15:11:42 +01:00
  • 978c379ed7 Add missing ctor from uint Gael Guennebaud 2015-12-30 12:52:38 +01:00
  • 25f2b8d824 bug #1141: add missing initialization of CholmodBase::m_*IsOk Gael Guennebaud 2015-12-29 15:50:11 +01:00
  • f2471f31e0 Modify constants in SpecialFunctions to lowercase (avoid name conflicts). Eugene Brevdo 2015-12-28 17:48:38 -08:00
  • afb35385bf Change PI* to M_PI* in SpecialFunctions to avoid possible breakage with external DEFINEs. Eugene Brevdo 2015-12-28 17:34:06 -08:00
  • 14897600b7 Protect digamma tests behind a EIGEN_HAS_C99_MATH check. Eugene Brevdo 2015-12-24 21:28:18 -08:00
  • cef81c9084 Merged eigen/eigen into default Eugene Brevdo 2015-12-24 21:17:33 -08:00
  • f7362772e3 Add digamma for CPU + CUDA. Includes tests. Eugene Brevdo 2015-12-24 21:15:38 -08:00
  • d2e288ae50 Workaround compilers that do not even define _mm256_set_m128. Gael Guennebaud 2015-12-24 16:53:43 +01:00
  • bdcbc66a5c Don't attempt to vectorize mean reductions of integers since we can't use SSE or AVX instructions to divide 2 integers. Benoit Steiner 2015-12-22 17:51:55 -08:00
  • a1e08fb2a5 Optimized the configuration of the outer reduction cuda kernel Benoit Steiner 2015-12-22 16:30:10 -08:00
  • 9c7d96697b Added missing define Benoit Steiner 2015-12-22 16:11:07 -08:00
  • e7e6d01810 Made sure the optimized gpu reduction code is actually compiled. Benoit Steiner 2015-12-22 15:07:33 -08:00
  • b5d2078c4a Optimized outer reduction on GPUs. Benoit Steiner 2015-12-22 15:06:17 -08:00
  • 3504ae47ca Made it possible to run the lgamma, erf, and erfc functors on a CUDA gpu. Benoit Steiner 2015-12-21 15:20:06 -08:00
  • 1c3e78319d Added missing const Benoit Steiner 2015-12-21 15:05:01 -08:00
  • 9f9d8d2f62 Disabled part of the matrix matrix peeling code that's incompatible with 512 bit registers Benoit Steiner 2015-12-21 13:04:52 -08:00
  • b74887d5f2 Implemented most of the packet primitives for AVX512 Benoit Steiner 2015-12-21 11:46:36 -08:00
  • 6ffb208c77 Make sure EIGEN_HAS_MM_MALLOC is set to 1 when using the avx512 instruction set. Benoit Steiner 2015-12-21 11:23:15 -08:00
  • 994d1c60b9 Free memory allocated using posix_memalign() with free() instead of std::free() Benoit Steiner 2015-12-21 11:21:39 -08:00
  • b407948a77 Merged in connor-k/eigen (pull request PR-149) Benoit Steiner 2015-12-21 09:44:25 -08:00
  • a6c243617b Fixed a typo in previous change. Benoit Steiner 2015-12-21 09:05:45 -08:00
  • 51be91f15e Added support for CUDA architectures that don's support for 3.5 capabilities Benoit Steiner 2015-12-21 08:42:58 -08:00
  • 95dd423cca [doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cpp connor-k 2015-12-21 01:12:26 +00:00
  • c006ecace1 Fix comments Tal Hadad 2015-12-20 20:07:06 +02:00
  • bfed274df3 Use RotationBase, test quaternions and support ranges. Tal Hadad 2015-12-20 16:24:53 +02:00
  • b091b7e6ea Remove unneccesary comment. Tal Hadad 2015-12-20 13:00:07 +02:00
  • fabd8474ff Merged eigen/eigen into default Tal Hadad 2015-12-20 12:50:07 +02:00
  • 6752a69aa5 Much better tests, and a little bit more functionality. Tal Hadad 2015-12-20 12:49:12 +02:00
  • 6d777e1bc7 Fixed a typo. Benoit Steiner 2015-12-18 19:25:50 -08:00
  • 1b82969559 Add alignment requirement for local buffer used by the slicing op. Benoit Steiner 2015-12-18 14:36:35 -08:00
  • 75a7fa1919 Doubled the speed of full reductions on GPUs. Benoit Steiner 2015-12-18 14:07:31 -08:00
  • 3abd8470ca bug #1140: remove custom definition and use of _mm256_setr_m128 Gael Guennebaud 2015-12-18 14:18:59 +01:00
  • 8dd17cbe80 Fixed a clang compilation warning triggered by the use of arrays of size 0. Benoit Steiner 2015-12-17 14:00:33 -08:00
  • 4aac55f684 Silenced some compilation warnings triggered by nvcc Benoit Steiner 2015-12-17 13:39:01 -08:00
  • 40e6250fc3 Made it possible to run tensor chipping operations on CUDA devices Benoit Steiner 2015-12-17 13:29:08 -08:00
  • 2ca55a3ae4 Fixed some compilation error triggered by the tensor code with msvc 2008 Benoit Steiner 2015-12-16 20:45:58 -08:00
  • 55aef139ff Added tag 3.3-beta1 for changeset 9f9de1aaa9 Gael Guennebaud 2015-12-16 21:49:02 +01:00
  • 9f9de1aaa9 bump to 3.3-beta1 3.3-beta1 Gael Guennebaud 2015-12-16 21:48:48 +01:00
  • 49d96aee64 bug #1120: Make sure that SuperLU version is checked Christoph Hertzberg 2015-12-16 11:37:16 +01:00
  • ae8b217a01 Update doc to make it clear that only SuperLU 4.x is supported Gael Guennebaud 2015-12-16 10:47:03 +01:00
  • 35d8725c73 Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix ambiguous template instantiation) Gael Guennebaud 2015-12-16 10:14:24 +01:00
  • 92655e7215 bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from ICC and don't rely on EIGEN_NOT_A_MACRO, which might not be defined when including this. Christoph Hertzberg 2015-12-15 11:34:52 +01:00
  • 17352e2792 Made the entire TensorFixedSize api callable from a CUDA kernel. Benoit Steiner 2015-12-14 15:20:31 -08:00
  • 75e19fc7ca Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible to call them from a CUDA kernel. Benoit Steiner 2015-12-14 15:12:55 -08:00
  • 140f3a02a8 Fix MKL wrapper for ComplexSchur Gael Guennebaud 2015-12-11 23:31:21 +01:00
  • 4483c0fdf6 Fix unused variable warning. Gael Guennebaud 2015-12-11 23:29:53 +01:00
  • 774dba87c8 merge Gael Guennebaud 2015-12-11 23:28:44 +01:00
  • c884a8e7f4 merge Gael Guennebaud 2015-12-11 23:07:33 +01:00
  • 4d708457d0 Increase axpy vector size Gael Guennebaud 2015-12-11 23:07:22 +01:00
  • b8861b0c25 Make sure the data is aligned on a 64 byte boundary when using avx512 instructions. Benoit Steiner 2015-12-11 09:19:57 -08:00
  • b60a8967f5 bug #1134: fix JacobiSVD pre-allocation (grafted from f22036f5f8 ) Gael Guennebaud 2015-12-11 11:59:11 +01:00
  • ca39b1546e Merged in ebrevdo/eigen (pull request PR-148) Gael Guennebaud 2015-12-11 11:52:09 +01:00
  • 82152f2ae6 bug #1132: add EIGEN_MAPBASE_PLUGIN Gael Guennebaud 2015-12-11 11:43:49 +01:00
  • 4519fd5d40 Fix MKL compilation issue Gael Guennebaud 2015-12-11 11:11:38 +01:00
  • 7385e6e2ef Remove useless explicit Gael Guennebaud 2015-12-11 11:11:19 +01:00
  • bcb4f126a7 Fix compilation of PardisoSupport Gael Guennebaud 2015-12-11 11:11:00 +01:00
  • 30b5c4cd14 Remove useless "explicit", and fix inline/static order. Gael Guennebaud 2015-12-11 10:59:39 +01:00
  • 79c1e6d0a6 Fix compilation of MKL support. Gael Guennebaud 2015-12-11 10:55:07 +01:00
  • c684a07eba merge Gael Guennebaud 2015-12-11 10:06:38 +01:00
  • 836da91b3f Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJOR Gael Guennebaud 2015-12-11 10:06:28 +01:00
  • 6af52a1227 Fixed a typo in the constructor of tensors of rank 5. Benoit Steiner 2015-12-10 23:31:12 -08:00
  • 2d8f2e4042 Made 2 tests compile without cxx11. Benoit Steiner 2015-12-10 23:20:04 -08:00
  • 8d28a161b2 Use the proper accessor to refer to the value of a scalar tensor Benoit Steiner 2015-12-10 22:53:56 -08:00
  • 8e00ea9a92 Fixed the coefficient accessors use for the 2d and 3d case when compiling without cxx11 support. Benoit Steiner 2015-12-10 22:45:10 -08:00
  • 9db8316c93 Updated the cxx11_tensor_custom_op to not require cxx11. Benoit Steiner 2015-12-10 20:53:44 -08:00
  • 4e324ca6ae Updated the cxx11_tensor_assign test to make it compile without support for cxx11 Benoit Steiner 2015-12-10 20:47:25 -08:00
  • 6acf2bd472 Fixed compilation error triggered by MSVC 2008 Benoit Steiner 2015-12-10 17:17:42 -08:00
  • 9a415fb1e2 Preliminary support for AVX512 Benoit Steiner 2015-12-10 15:34:57 -08:00
  • b820b097b8 Created EIGEN_HAS_C99_MATH define as Gael suggested. Benoit Steiner 2015-12-10 13:52:05 -08:00
  • df6f54ff63 Fix storage order of PartialRedux Gael Guennebaud 2015-12-10 22:24:58 +01:00
  • d1862967a8 Make sure ADOLC is recent enough by searching for adtl.h Gael Guennebaud 2015-12-10 22:23:21 +01:00
  • 22dd368ea0 sign(complex) compiles for GPU Mark Borgerding 2015-12-10 16:14:29 -05:00
  • 8314962ce2 Only test the lgamma, erf and erfc function when using a C99 compliant compiler Benoit Steiner 2015-12-10 13:13:45 -08:00
  • 58e06447de Silence a compilation warning Benoit Steiner 2015-12-10 13:11:36 -08:00
  • 48877a6933 Only implement the lgamma, erf, and erfc functions when using a compiler compliant with the C99 specification. Benoit Steiner 2015-12-10 13:09:49 -08:00
  • 46d2f6cd78 Workaround gcc issue with -O3 and the i387 FPU. Gael Guennebaud 2015-12-10 21:33:43 +01:00
  • 7ad1aaec1d bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd) Gael Guennebaud 2015-12-10 16:06:33 +01:00
  • b0a1d6f2e5 Improve handling of deprecated EIGEN_INCLUDE_INSTALL_DIR variable Gael Guennebaud 2015-12-10 15:47:06 +01:00
  • 53b196aa5f Simplified the implementation of lgamma, erf, and erfc Benoit Steiner 2015-12-08 14:17:34 -08:00
  • e535450573 Cleanup Benoit Steiner 2015-12-08 14:06:39 -08:00
  • b630d10b62 Only disable the erf, erfc, and lgamma tests for older versions of c++. Benoit Steiner 2015-12-07 17:08:08 -08:00
  • b1ae39794c Simplified the code a bit Benoit Steiner 2015-12-07 16:46:35 -08:00
  • 73b68d4370 Fixed a couple of typos Cleaned up the code a bit. Benoit Steiner 2015-12-07 16:38:48 -08:00
  • fa4f933c0f Add special functions to Eigen: lgamma, erf, erfc. Eugene Brevdo 2015-12-07 15:24:49 -08:00
  • b836acb799 Further fixes for CMAKE_INSTALL_PREFIX correctness Taylor Braun-Jones 2015-11-07 21:29:24 -05:00
  • e73ef4f25e bug #1109: use noexcept instead of throw for C++11 compilers Gael Guennebaud 2015-12-10 14:21:23 +01:00
  • 145ad5d800 Use more explicit names. Gael Guennebaud 2015-12-10 12:03:38 +01:00
  • 75f0fe3795 Fix usage of "Index" as a compile time integral. Gael Guennebaud 2015-12-10 12:01:06 +01:00
  • f248249c1f bug #1113: fix name conflict with C99's "I". Gael Guennebaud 2015-12-10 11:57:57 +01:00
  • 21ed29e2c9 Disable complex scalar types because the compiler might aggressively vectorize the initialization of complex coeffs to 0 before we can check for alignedness Gael Guennebaud 2015-12-09 20:46:09 +01:00