Commit Graph

  • 2c3d70d915 Re-enable hidden doc in LLT Gael Guennebaud 2017-08-22 12:04:09 +02:00
  • a6e7a41a55 bug #1455: Cholesky module depends on Jacobi for rank-updates. Gael Guennebaud 2017-08-22 11:37:32 +02:00
  • e6021cc8cc bug #1458: fix documentation of LLT and LDLT info() method. Gael Guennebaud 2017-08-22 11:32:55 +02:00
  • 2810ba194b Clarify MKL_DIRECT_CALL doc. Gael Guennebaud 2017-08-17 22:12:26 +02:00
  • f727844658 use MKL's lapacke.h header when using MKL Gael Guennebaud 2017-08-17 21:58:39 +02:00
  • 8c858bd891 Clarify doc regarding the usage of MKL_DIRECT_CALL Gael Guennebaud 2017-08-17 12:17:45 +02:00
  • b95f92843c Fix support for MKL's BLAS when using MKL_DIRECT_CALL. Gael Guennebaud 2017-08-17 12:07:10 +02:00
  • 89c01a494a Add unit test for has_ReturnType Gael Guennebaud 2017-08-17 11:55:00 +02:00
  • 687bedfcad Make NoAlias and JacobiRotation compatible with CUDA. Gael Guennebaud 2017-08-17 11:51:22 +02:00
  • 1f4b24d2df Do not preallocate more space than the matrix size (when the sparse matrix boils down to a vector Gael Guennebaud 2017-07-20 10:13:48 +02:00
  • d580a90c9a Disable BDCSVD preallocation check. Gael Guennebaud 2017-07-20 10:03:54 +02:00
  • 55d7181557 Fix lazyness of operator* with CUDA Gael Guennebaud 2017-07-20 09:47:28 +02:00
  • cda47c42c2 Fix compilation in c++98 mode. Gael Guennebaud 2017-07-17 21:08:20 +02:00
  • a74b9ba7cd Update documentation for CUDA Gael Guennebaud 2017-07-17 11:05:26 +02:00
  • 3182bdbae6 Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is defined Gael Guennebaud 2017-07-17 11:01:28 +02:00
  • 9f8136ff74 disable nvcc boolean-expr-is-constant warning Gael Guennebaud 2017-07-17 10:43:18 +02:00
  • bbd97b4095 Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH aliases Gael Guennebaud 2017-07-17 01:02:51 +02:00
  • f0b154a4b0 Code cleanup Benoit Steiner 2017-07-10 09:54:09 -07:00
  • 575cda76b3 Fixed syntax errors generated by xcode Benoit Steiner 2017-07-09 11:39:01 -07:00
  • 5ac27d5b51 Avoid relying on cxx11 features when possible. Benoit Steiner 2017-07-08 21:58:44 -07:00
  • c5a241ab9b Merged in benoitsteiner/opencl (pull request PR-323) Benoit Steiner 2017-07-07 16:27:33 +00:00
  • b7ae4dd9ef Merged in hughperkins/eigen/add-endif-labels-TensorReductionCuda.h (pull request PR-315) Benoit Steiner 2017-07-07 04:23:52 +00:00
  • 9daed67952 Merged in tntnatbry/eigen (pull request PR-319) Benoit Steiner 2017-07-07 04:18:03 +00:00
  • 6795512e59 Improved the randomness of the tensor random generator Benoit Steiner 2017-07-06 21:12:45 -07:00
  • dc524ac716 Fixed compilation warning Benoit Steiner 2017-07-06 21:11:15 -07:00
  • 62b4634ebe Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull request PR-14) Benoit Steiner 2017-07-06 05:08:13 +00:00
  • c92faf9d84 Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13) Benoit Steiner 2017-07-06 05:05:57 +00:00
  • 53725c10b8 Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10) Benoit Steiner 2017-06-28 17:55:23 +00:00
  • c010b17360 Fix warning Gael Guennebaud 2017-06-27 14:29:57 +02:00
  • 561f777075 Fix a gcc7 warning about bool * bool in abs2 default implementation. Gael Guennebaud 2017-06-27 12:05:17 +02:00
  • b651ce0ffa Fix a gcc7 warning: Wint-in-bool-context Gael Guennebaud 2017-06-26 09:58:28 +02:00
  • 157040d44f Make sure CMAKE_Fortran_COMPILER is set before checking for Fortran functions Christoph Hertzberg 2017-06-20 16:58:03 +02:00
  • 24fe1de9b4 merge Gael Guennebaud 2017-06-15 10:17:39 +02:00
  • b240080e64 bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing. Gael Guennebaud 2017-06-15 10:16:30 +02:00
  • 3baef62b9a Added missing __device__ qualifier Benoit Steiner 2017-06-13 12:56:55 -07:00
  • 449936828c Added missing __device__ qualifier Benoit Steiner 2017-06-13 12:54:57 -07:00
  • b8e805497e Merged in benoitsteiner/opencl (pull request PR-318) Benoit Steiner 2017-06-13 05:01:10 +00:00
  • 9fbdf02059 Enable Array(EigenBase<>) ctor for compatible scalar types only. This prevents nested arrays to look as being convertible from/to simple arrays. Gael Guennebaud 2017-06-12 22:30:32 +02:00
  • e43d8fe9d7 Fix compilation of streaming nested Array, i.e., cout << Array<Array<>> Gael Guennebaud 2017-06-12 22:26:26 +02:00
  • d9d7bd6d62 Fix 1x1 case in Solve expression with EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION==RowMajor Gael Guennebaud 2017-06-12 22:25:02 +02:00
  • 6dcf966558 Avoid implicit scalar conversion with accuracy loss in pow(scalar,array) Gael Guennebaud 2017-06-12 16:47:22 +02:00
  • 50e09cca0f fix tipo Gael Guennebaud 2017-06-11 15:30:36 +02:00
  • a4fd4233ad Fix compilation with some compilers Gael Guennebaud 2017-06-09 23:02:02 +02:00
  • c3e2afce0d Enable MSVC 2010 workaround from MSVC only Gael Guennebaud 2017-06-09 16:25:18 +02:00
  • 731c8c704d bug #1403: more scalar conversions fixes in BDCSVD Gael Guennebaud 2017-06-09 15:45:49 +02:00
  • 1bbcf19029 bug #1403: fix implicit scalar type conversion. Gael Guennebaud 2017-06-09 14:44:02 +02:00
  • ba5cab576a bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destination of matrix*matrix products. Gael Guennebaud 2017-06-09 14:38:04 +02:00
  • 90168c003d bug #1414: doxygen, add EigenBase to CoreModule Gael Guennebaud 2017-06-09 14:01:44 +02:00
  • 26f552c18d fix compilation of Half in C++98 (issue introduced in previous commit) Gael Guennebaud 2017-06-09 13:36:58 +02:00
  • 1d59ca2458 Fix compilation with gcc 4.3 and ARM NEON Gael Guennebaud 2017-06-09 13:20:52 +02:00
  • fb1ee04087 bug #1410: fix lvalue propagation of Array/Matrix-Wrapper with a const nested expression. Gael Guennebaud 2017-06-09 13:13:03 +02:00
  • 723a59ac26 add regression test for aliasing in product rewritting Gael Guennebaud 2017-06-09 12:54:40 +02:00
  • 8640093af1 fix compilation in C++98 Gael Guennebaud 2017-06-09 12:45:01 +02:00
  • a7be4cd1b1 Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in previous commit) Gael Guennebaud 2017-06-09 11:57:53 +02:00
  • 498aa95a8b bug #1424: add numext::abs specialization for unsigned integer types. Gael Guennebaud 2017-06-09 11:53:49 +02:00
  • d588822779 Add missing std::numeric_limits specialization for half, and complete NumTraits<half> Gael Guennebaud 2017-06-09 11:51:53 +02:00
  • 682b2ef17e bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices. Gael Guennebaud 2017-06-08 15:06:27 +02:00
  • 4bbc320468 bug #1435: fix aliasing issue in exressions like: A = C - B*A; Gael Guennebaud 2017-06-08 12:55:25 +02:00
  • 9341f258d4 Add labels to #ifdef, in TensorReductionCuda.h Hugh Perkins 2017-06-06 15:51:06 +01:00
  • 1e736b9ead Merged in mehdi_goli/opencl/SYCLAlignAllocator (pull request PR-7) Benoit Steiner 2017-05-26 17:23:00 +00:00
  • 9dee55ec33 Merged eigen/eigen into default Benoit Steiner 2017-05-26 09:01:04 -07:00
  • 0370d3576e Applying Ronnan's comments. Mehdi Goli 2017-05-26 16:01:48 +01:00
  • 615aff4d6e Merged in a-doumoulakis/opencl (pull request PR-12) Benoit Steiner 2017-05-25 18:18:23 +00:00
  • c3bd860de8 Modification upon request a-doumoulakis 2017-05-25 18:46:18 +01:00
  • e3f964ed55 Applying Benoit's comment;removing dead code. Mehdi Goli 2017-05-25 11:17:26 +01:00
  • df90010cdd Merged in mehdi_goli/opencl/CmakeFixForUbuntu16.04 (pull request PR-11) Benoit Steiner 2017-05-24 19:03:57 +00:00
  • fb853a857a Restore misplaced comment a-doumoulakis 2017-05-24 17:50:15 +01:00
  • 7a8ba565f8 Merge changed from upstream a-doumoulakis 2017-05-24 17:45:29 +01:00
  • daf99daadd Merged in DuncanMcBain/opencl/default (pull request PR-2) Mehdi Goli 2017-05-24 13:59:53 +00:00
  • 9ef5c948ba Fixing Cmake for gcc>=5. Mehdi Goli 2017-05-24 13:11:16 +01:00
  • 0cb3c7c7dd Update FindComputeCpp.cmake with new changes from SDK Duncan McBain 2017-05-24 12:24:21 +01:00
  • 2971503fed Specializing numeric_limits For AutoDiffScalar Mmanu Chaturvedi 2017-05-23 17:12:36 -04:00
  • 26e8f9171e Fix compilation of matrix log with Map as input Gael Guennebaud 2017-06-07 10:51:23 +02:00
  • f2a553fb7b bug #1411: fix usage of alignment information in vectorization of quaternion product and conjugate. Gael Guennebaud 2017-06-07 10:10:30 +02:00
  • e018142604 Make sure CholmodSupport works when included in multiple compilation units (issue was reported on stackoverflow.com) Christoph Hertzberg 2017-06-06 19:23:14 +02:00
  • 8508db52ab bug #1417: make LinSpace compatible with std::complex Gael Guennebaud 2017-06-06 17:25:56 +02:00
  • 9aa7c30163 Merge with Benoit. Mehdi Goli 2017-05-23 10:51:34 +01:00
  • b42d775f13 Temporarry branch for synch with upstream Mehdi Goli 2017-05-23 10:51:14 +01:00
  • 615733381e Merged in mehdi_goli/opencl/FixingCmakeDependency (pull request PR-2) Benoit Steiner 2017-05-22 17:43:06 +00:00
  • 1500a67c41 Merged in mehdi_goli/opencl/TensorSupportedDevice (pull request PR-6) Benoit Steiner 2017-05-22 16:22:21 +00:00
  • 76c0fc1f95 Fixing SYCL alignment issue required by TensorFlow. Mehdi Goli 2017-05-22 16:49:32 +01:00
  • 2d17128d6f Fixing suported device list. Mehdi Goli 2017-05-22 16:40:33 +01:00
  • 61d7f3664a Fixing Cmake Dependency for SYCL Mehdi Goli 2017-05-22 14:58:28 +01:00
  • a5226ce4f7 Add cmake file FindTriSYCL.cmake a-doumoulakis 2017-05-17 17:59:30 +01:00
  • 052426b824 Add support for triSYCL a-doumoulakis 2017-05-05 19:26:27 +01:00
  • 4343db84d8 updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning message 'calling a __host__ function from a __host__ __device__ function is not allowed'. Abhijit Kundu 2017-05-01 10:36:27 -04:00
  • 9bc0a35731 Fixed nested angle barckets >> issue when compiling with cuda 8 Abhijit Kundu 2017-04-27 03:09:03 -04:00
  • 891ac03483 Fix dense * sparse-selfadjoint-view product. Gael Guennebaud 2017-04-25 13:58:10 +02:00
  • 949a2da38c Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ in MeanReducer. RJ Ryan 2017-04-14 13:23:35 -07:00
  • d9084ac8e1 Improve mixing of complex and real in the vectorized path of apply_rotation_in_the_plane Gael Guennebaud 2017-04-14 11:05:13 +02:00
  • f75dfdda7e Fix unwanted Real to Scalar to Real conversions in column-pivoting QR. Gael Guennebaud 2017-04-14 10:34:30 +02:00
  • 0f83aeb6b2 Improve cmake scripts for Pastix and BLAS detection. Gael Guennebaud 2017-04-14 10:22:12 +02:00
  • 0d08165a7f Merged in benoitsteiner/opencl (pull request PR-309) Benoit Steiner 2017-04-05 14:28:08 +00:00
  • 068cc09708 Preserve file naming conventions Benoit Steiner 2017-04-04 10:09:10 -07:00
  • c302ea7bc4 Deleted empty line of code Benoit Steiner 2017-04-04 10:05:16 -07:00
  • a5a0c8fac1 Guard sycl specific code under a EIGEN_USE_SYCL ifdef Benoit Steiner 2017-04-04 10:03:21 -07:00
  • a1304b95b7 Code cleanup Benoit Steiner 2017-04-04 10:00:46 -07:00
  • 66c63826bd Guard the sycl specific code with EIGEN_USE_SYCL Benoit Steiner 2017-04-04 09:59:09 -07:00
  • e3e343390a Guard the sycl specific code with a #ifdef EIGEN_USE_SYCL Benoit Steiner 2017-04-04 09:56:33 -07:00
  • 63840d4666 iGate the sycl specific code under a EIGEN_USE_SYCL define Benoit Steiner 2017-04-04 09:54:31 -07:00