aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src
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 sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* 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
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* 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
* 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
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-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
* Misc small fixes to the tensor slicing code.Gravatar Benoit Steiner2015-07-06
* 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 prev...Gravatar Benoit Steiner2015-07-01
* 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
* Made ThreadPoolDevice inherit from a new pure abstract ThreadPoolInterface cl...Gravatar Benoit Steiner2015-06-30
* Turned Eigen::array::size into a function to make the code compatible with st...Gravatar Benoit Steiner2015-06-30
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
* Fixed a few compilation warningsGravatar Benoit Steiner2015-06-30
* Silenced a number of compilation warningsGravatar Benoit Steiner2015-06-29
* Improved performance of full reduction by 2 order of magnitude on CPU and 3 o...Gravatar Benoit Steiner2015-06-29
* Improved support for fixed size tensorsGravatar Benoit Steiner2015-06-29
* Express the full reduction operations (such as sum, max, min) using TensorDim...Gravatar Benoit Steiner2015-06-29
* Added support for tanh function to the tensor codeGravatar Benoit Steiner2015-06-29
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Merged in vanhoucke/eigen_vanhoucke (pull request PR-118)Gravatar Gael Guennebaud2015-06-20
|\
* | Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
| * Fix undefined behavior.Gravatar vanhoucke2015-06-19
|/
* Fixed merge conflictGravatar Benoit Steiner2015-06-16
* Pulled latest updates from trunkGravatar Benoit Steiner2015-06-16
|\
* | Fixed compilation warnings triggered by clangGravatar Benoit Steiner2015-06-16
| * Fix compilation in TensorImagePatchGravatar Gael Guennebaud2015-06-16
| * Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
|/
* Fixed a compilation error triggered by nvcc 7Gravatar Benoit Steiner2015-05-28
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
* Added missing include filesGravatar Benoit Steiner2015-05-28
* Fixed potential compilation errorGravatar Benoit Steiner2015-05-26
* Added a few more missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-05-26