aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
|
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
|
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by ↵Gravatar Gael Guennebaud2017-08-24
| | | | introducing EIGEN_CUDACC_VER
* Make the threshold from gemm to coeff-based-product configurable, and add ↵Gravatar Gael Guennebaud2017-08-24
| | | | some explanations.
* bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
|
* Add missing scalar conversionGravatar Gael Guennebaud2017-08-22
|
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
|
* bug #1449: fix redux_3 unit testGravatar Gael Guennebaud2017-08-22
|
* bug #1461: fix compilation of Map<const Quaternion>::x()Gravatar Gael Guennebaud2017-08-22
|
* Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
| | | | Work around a compilation error seen with nvcc V8.0.61
* Doc: warn about constness in LLT::solveInPlaceGravatar Gael Guennebaud2017-08-22
|
* LLT: const the arg to solveInPlace() to allow passing .transpose(), ↵Gravatar Jim Radford2017-01-04
| | | | .block(), etc.
* LLT: avoid making a copy when decomposing in placeGravatar Jim Radford2017-01-04
|
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
|
* bug #1456: add perf recommendation for LLT and storage formatGravatar Gael Guennebaud2017-08-22
|
* Re-enable hidden doc in LLTGravatar Gael Guennebaud2017-08-22
|
* bug #1455: Cholesky module depends on Jacobi for rank-updates.Gravatar Gael Guennebaud2017-08-22
|
* bug #1458: fix documentation of LLT and LDLT info() method.Gravatar Gael Guennebaud2017-08-22
|
* Clarify MKL_DIRECT_CALL doc.Gravatar Gael Guennebaud2017-08-17
|
* use MKL's lapacke.h header when using MKLGravatar Gael Guennebaud2017-08-17
|
* Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
|
* Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
|
* Add unit test for has_ReturnTypeGravatar Gael Guennebaud2017-08-17
|
* Make NoAlias and JacobiRotation compatible with CUDA.Gravatar Gael Guennebaud2017-08-17
|
* Do not preallocate more space than the matrix size (when the sparse matrix ↵Gravatar Gael Guennebaud2017-07-20
| | | | boils down to a vector
* 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
|/| |