aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Add missing ctor from uintGravatar Gael Guennebaud2015-12-30
* Don't attempt to vectorize mean reductions of integers since we can't useGravatar Benoit Steiner2015-12-22
* Optimized the configuration of the outer reduction cuda kernelGravatar Benoit Steiner2015-12-22
* Added missing defineGravatar Benoit Steiner2015-12-22
* Made sure the optimized gpu reduction code is actually compiled.Gravatar Benoit Steiner2015-12-22
* Optimized outer reduction on GPUs.Gravatar Benoit Steiner2015-12-22
* Added missing constGravatar Benoit Steiner2015-12-21
* Add alignment requirement for local buffer used by the slicing op.Gravatar Benoit Steiner2015-12-18
* Doubled the speed of full reductions on GPUs.Gravatar Benoit Steiner2015-12-18
* Fixed a clang compilation warning triggered by the use of arrays of size 0.Gravatar Benoit Steiner2015-12-17
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-12-17
* Made it possible to run tensor chipping operations on CUDA devicesGravatar Benoit Steiner2015-12-17
* Fixed some compilation error triggered by the tensor code with msvc 2008Gravatar Benoit Steiner2015-12-16
* Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix...Gravatar Gael Guennebaud2015-12-16
* bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from...Gravatar Christoph Hertzberg2015-12-15
* Made the entire TensorFixedSize api callable from a CUDA kernel.Gravatar Benoit Steiner2015-12-14
* Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible t...Gravatar Benoit Steiner2015-12-14
* Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|\
* | Fixed a typo in the constructor of tensors of rank 5.Gravatar Benoit Steiner2015-12-10
* | Made 2 tests compile without cxx11.Gravatar Benoit Steiner2015-12-10
* | Use the proper accessor to refer to the value of a scalar tensorGravatar Benoit Steiner2015-12-10
* | Fixed the coefficient accessors use for the 2d and 3d case when compiling wit...Gravatar Benoit Steiner2015-12-10
* | Updated the cxx11_tensor_custom_op to not require cxx11.Gravatar Benoit Steiner2015-12-10
* | Updated the cxx11_tensor_assign test to make it compile without support for c...Gravatar Benoit Steiner2015-12-10
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | Fixed another compilation warningGravatar Benoit Steiner2015-12-07
|/
* Fixed compilation warningsGravatar Benoit Steiner2015-12-07
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Use signed integers instead of unsigned ones more consistently in the codebase.Gravatar Benoit Steiner2015-12-04
* Use integers instead of std::size_t to encode the number of dimensions in the...Gravatar Benoit Steiner2015-12-04
* Made it possible to use the sigmoid functor within a CUDA kernel.Gravatar Benoit Steiner2015-12-04
* Deleted redundant codeGravatar Benoit Steiner2015-12-03
* Update ADOL-C support.Gravatar Gael Guennebaud2015-11-30
* bug #1112: fix compilation on exotic architecturesGravatar Gael Guennebaud2015-11-27
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24
* Fixed a bug in TensorArgMax.hGravatar Benoit Steiner2015-11-23
* Fixed the implementation of Eigen::internal::count_leading_zeros for MSVC.Gravatar Benoit Steiner2015-11-23
* Don't create more cuda blocks than necessaryGravatar Benoit Steiner2015-11-23
* Made it possible to refer t oa GPUDevice from code compile with a regular C++...Gravatar Benoit Steiner2015-11-23
* Deleted unused variable.Gravatar Benoit Steiner2015-11-23
* Split TensorDeviceType.h in 3 files to make it more manageableGravatar Benoit Steiner2015-11-20
* Added option to force the usage of the Eigen array class instead of the std::...Gravatar Benoit Steiner2015-11-20
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-20
|\
* | Added proper support for fast 64bit integer division on CUDAGravatar Benoit Steiner2015-11-20
| * Fixed another clang compilation warningGravatar Benoit Steiner2015-11-19
| * Fixed compilation warning generated by clangGravatar Benoit Steiner2015-11-19
|/
* Fixed compilation error triggered by nvccGravatar Benoit Steiner2015-11-19
* Shard the uint128 testGravatar Benoit Steiner2015-11-19
* Cleanup the integer division testGravatar Benoit Steiner2015-11-19