aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed a typo in Macro.hGravatar Benoit Steiner2015-07-16
|
* Use the new EIGEN_HAS_INDEX_LIST define to enable the ↵Gravatar Benoit Steiner2015-07-16
| | | | cxx11_tensor_index_list tests
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it ↵Gravatar Benoit Steiner2015-07-16
| | | | easier to support compilers that are cxx11 compliant and compilers that aren't.
* 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 ↵Gravatar Benoit Steiner2015-07-15
| | | | the EvalRange functor
* 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
| |\ | | | | | | | | | Modify GEMM to handle m=0, n=0, and k=0 cases.
| * | 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 ↵Gravatar Benoit Steiner2015-07-13
| | | | | | | | | | | | to be incorrectly handled
| * | 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 ↵Gravatar Benoit Steiner2015-07-07
| | | | | | | | internal::is_arithmetic<T>::value to check whether it's possible to bypass the type constructor in the tensor code.
| * 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 ↵Gravatar Gael Guennebaud2015-07-07
| | | | | | | | to get the angle in [-pi,pi] or [0,pi]
| * 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
| | | | | | | | | | Disable functions explicitely involving std::complex when compiling with nvcc. Improve code compatilibity using the new macro EIGEN_USING_NUMEXT_MATH (same spirit than EIGEN_USING_STD_MATH but for numext functions)
| * 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 mathFunction
| * 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
| |
| * Improved a previous fixGravatar Benoit Steiner2015-07-01
| |
| * Fixed a couple of mistakes in the previous commit.Gravatar Benoit Steiner2015-07-01
| |
| * Enabled the vectorized evaluation of several tensor expressions that was ↵Gravatar Benoit Steiner2015-07-01
| | | | | | | | previously disabled by mistake
| * Marked the cast functions as EIGEN_DEVICE_FUNC to ensure that we can run ↵Gravatar Benoit Steiner2015-06-30
| | | | | | | | casting on GPUs
| * Silenced a compilation warningGravatar Benoit Steiner2015-06-30
| |
| * Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
| |
| * Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
| |