aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed a typo in a test and a compilation warningGravatar Benoit Steiner2015-07-17
* Rewrote Eigen::dimensions_match to prevent a static assertion when the rank o...Gravatar Benoit Steiner2015-07-17
* Fixed a const correctness issue in TensorLayoutSwapGravatar Benoit Steiner2015-07-17
* Added support for prefetching on cuda devicesGravatar Benoit Steiner2015-07-17
* Pulled latest updates from trunkGravatar Benoit Steiner2015-07-17
|\
* | Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
| * Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
|/
* Fixed a typo in Macro.hGravatar Benoit Steiner2015-07-16
* Use the new EIGEN_HAS_INDEX_LIST define to enable the cxx11_tensor_index_list...Gravatar Benoit Steiner2015-07-16
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easi...Gravatar Benoit Steiner2015-07-16
* Added missing APIs to the Eigen::Sizes classGravatar Benoit Steiner2015-07-16
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Avoid relying on a default value for the Vectorizable template parameter of t...Gravatar Benoit Steiner2015-07-15
* Fixed compilation error in a cuda testGravatar Benoit Steiner2015-07-15
* Updated the cuda tests to use the new GpuDevice constructorGravatar Benoit Steiner2015-07-15
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-15
|\
* | Add missing EIGEN_DEVICE_FUNCGravatar Nicolas Mellado2015-07-15
| * Merged in emartin/eigen (pull request PR-123)Gravatar Gael Guennebaud2015-07-13
| |\
| * | Enabled the construction of a fixed sized tensor directly from an expression.Gravatar Benoit Steiner2015-07-13
| * | Fixed a bug in the integer division code that caused some large numerators to...Gravatar Benoit Steiner2015-07-13
| * | bug #1039: Redefining EIGEN_DEFAULT_DENSE_INDEX_TYPE may lead to errorsGravatar Christoph Hertzberg2015-07-13
| * | Fix operator<<(ostream,AlignedVector3)Gravatar Gael Guennebaud2015-07-13
| | * Modify GEMM to handle m=0, n=0, and k=0 cases.Gravatar Eric Martin2015-07-11
| |/
* | CleaningGravatar Nicolas Mellado2015-07-11
* | Revert files to remove EIGEN_USING_NUMEXT_MATHGravatar Nicolas Mellado2015-07-11
* | Replace double constants by Scalar constantsGravatar Nicolas Mellado2015-07-11
* | Cuda compatibility: remove explicit call to std math functionsGravatar Nicolas Mellado2015-07-11
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-11
|\|
| * Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
| * Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
| * Updated internal::is_arithmetic::value to be true for complex numbersGravatar Benoit Steiner2015-07-07
| * Pulled latest changes from trunkGravatar Benoit Steiner2015-07-07
| |\
| * | Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
| | * typoGravatar Gael Guennebaud2015-07-07
| |/
| * Rotation2D: fix slerp to take the shortest path, and add convenient method to...Gravatar Gael Guennebaud2015-07-07
| * Use numext::swap instead of std::swapGravatar Benoit Steiner2015-07-06
| * use Eigen smart_copy instead of std::copyGravatar Benoit Steiner2015-07-06
| * Fixed a compilation warning generated by clangGravatar Benoit Steiner2015-07-06
| * Only attempt to use the texture path on GPUs when it's supported by CUDAGravatar Benoit Steiner2015-07-06
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-06
|\|
* | Protect against compilation errors with nvcc and numext/complex.Gravatar Nicolas Mellado2015-07-06
| * Misc small fixes to the tensor slicing code.Gravatar Benoit Steiner2015-07-06
|/
* Merged in Emie/eigen (pull request PR-121)Gravatar Gael Guennebaud2015-07-06
|\
| * typo correction in mathFunctionGravatar Emilie Guy2015-07-06
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-03
|\|
* | Fixed a typo in the patchGravatar Benoit Steiner2015-07-02
| * Added a default value for the cuda stream in the GpuDevice constructorGravatar Benoit Steiner2015-07-01
| * Misc improvements and optimizationsGravatar Benoit Steiner2015-07-01