aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Disable BDCSVD preallocation check.Gravatar Gael Guennebaud2017-07-20
|
* Fix lazyness of operator* with CUDAGravatar Gael Guennebaud2017-07-20
|
* Fix compilation in c++98 mode.Gravatar Gael Guennebaud2017-07-17
|
* Update documentation for CUDAGravatar Gael Guennebaud2017-07-17
|
* Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is definedGravatar Gael Guennebaud2017-07-17
|
* disable nvcc boolean-expr-is-constant warningGravatar Gael Guennebaud2017-07-17
|
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH ↵Gravatar Gael Guennebaud2017-07-17
| | | | aliases
* Code cleanupGravatar Benoit Steiner2017-07-10
|
* Fixed syntax errors generated by xcodeGravatar Benoit Steiner2017-07-09
|
* Avoid relying on cxx11 features when possible.Gravatar Benoit Steiner2017-07-08
|
* Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\ | | | | | | Improved support for OpenCL
* \ Merged in hughperkins/eigen/add-endif-labels-TensorReductionCuda.h (pull ↵Gravatar Benoit Steiner2017-07-07
|\ \ | | | | | | | | | | | | | | | request PR-315) Add labels to #ifdef, in TensorReductionCuda.h
* | | Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
| | | | | | | | | | | | Tensor Trace op
* | | Improved the randomness of the tensor random generatorGravatar Benoit Steiner2017-07-06
| | |
* | | Fixed compilation warningGravatar Benoit Steiner2017-07-06
| | |
| | * Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull ↵Gravatar Benoit Steiner2017-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request PR-14) Applying Benoit's comment for Fixing ImageVolumePatch. * Applying Benoit's comment for Fixing ImageVolumePatch. Fixing conflict on cmake file. * Fixing dealocation of the memory in ImagePatch test for SYCL. * Fixing the automerge issue.
| | * Merged in mehdi_goli/upstr_benoit/HiperbolicOP (pull request PR-13)Gravatar Benoit Steiner2017-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Adding hyperbolic operations for sycl. * Adding hyperbolic operations. * Adding the hyperbolic operations for CPU as well.
| | * Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DataDependancy * Wrapping data type to the pointer class for sycl in non-terminal nodes; not having that breaks Tensorflow Conv2d code. * Applying Ronnan's Comments. * Applying benoit's comments
* | | Fix warningGravatar Gael Guennebaud2017-06-27
| | |
* | | Fix a gcc7 warning about bool * bool in abs2 default implementation.Gravatar Gael Guennebaud2017-06-27
| | |
* | | Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
| | |
* | | Make sure CMAKE_Fortran_COMPILER is set before checking for Fortran functionsGravatar Christoph Hertzberg2017-06-20
| | |
* | | mergeGravatar Gael Guennebaud2017-06-15
|\ \ \
* | | | bug #1436: fix compilation of Jacobi rotations with ARM NEON, some ↵Gravatar Gael Guennebaud2017-06-15
| |_|/ |/| | | | | | | | specializations of internal::conj_helper were missing.
| * | Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
|/| |
| * | Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
| | |
* | | Merged in benoitsteiner/opencl (pull request PR-318)Gravatar Benoit Steiner2017-06-13
|\ \ \ | | | | | | | | | | | | Improved support for OpenCL
* | | | Enable Array(EigenBase<>) ctor for compatible scalar types only. This ↵Gravatar Gael Guennebaud2017-06-12
| | | | | | | | | | | | | | | | prevents nested arrays to look as being convertible from/to simple arrays.
* | | | Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>Gravatar Gael Guennebaud2017-06-12
| | | |
* | | | Fix 1x1 case in Solve expression with ↵Gravatar Gael Guennebaud2017-06-12
| | | | | | | | | | | | | | | | EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION==RowMajor
* | | | Avoid implicit scalar conversion with accuracy loss in pow(scalar,array)Gravatar Gael Guennebaud2017-06-12
| | | |
* | | | fix tipoGravatar Gael Guennebaud2017-06-11
| | | |
* | | | Fix compilation with some compilersGravatar Gael Guennebaud2017-06-09
| | | |
* | | | Enable MSVC 2010 workaround from MSVC onlyGravatar Gael Guennebaud2017-06-09
| | | |
* | | | bug #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
| | | |
* | | | bug #1403: fix implicit scalar type conversion.Gravatar Gael Guennebaud2017-06-09
| | | |
* | | | bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the ↵Gravatar Gael Guennebaud2017-06-09
| | | | | | | | | | | | | | | | destination of matrix*matrix products.
* | | | bug #1414: doxygen, add EigenBase to CoreModuleGravatar Gael Guennebaud2017-06-09
| | | |
* | | | fix compilation of Half in C++98 (issue introduced in previous commit)Gravatar Gael Guennebaud2017-06-09
| | | |
* | | | Fix compilation with gcc 4.3 and ARM NEONGravatar Gael Guennebaud2017-06-09
| | | |
* | | | bug #1410: fix lvalue propagation of Array/Matrix-Wrapper with a const ↵Gravatar Gael Guennebaud2017-06-09
| | | | | | | | | | | | | | | | nested expression.
* | | | add regression test for aliasing in product rewrittingGravatar Gael Guennebaud2017-06-09
| | | |
* | | | fix compilation in C++98Gravatar Gael Guennebaud2017-06-09
| | | |
* | | | Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in ↵Gravatar Gael Guennebaud2017-06-09
| | | | | | | | | | | | | | | | previous commit)
* | | | bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
| | | |
* | | | Add missing std::numeric_limits specialization for half, and complete ↵Gravatar Gael Guennebaud2017-06-09
| | | | | | | | | | | | | | | | NumTraits<half>
* | | | bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.Gravatar Gael Guennebaud2017-06-08
| | | |
* | | | bug #1435: fix aliasing issue in exressions like: A = C - B*A;Gravatar Gael Guennebaud2017-06-08
| | | |
| | | * Add labels to #ifdef, in TensorReductionCuda.hGravatar Hugh Perkins2017-06-06
| | | |
| * | | Merged in mehdi_goli/opencl/SYCLAlignAllocator (pull request PR-7)Gravatar Benoit Steiner2017-05-26
| |\ \ \ | | | | | | | | | | | | | | | Fixing SYCL alignment issue required by TensorFlow.