aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Fixed indentationGravatar Benoit Steiner2016-02-04
|
* 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 ↵Gravatar Benoit Steiner2015-12-04
| | | | the Tensor class since most of the code currently already use integers.
* 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
| | | | Also updated the code to silence bogux warnings generated by nvcc when compilining this function.
* 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 ↵Gravatar Benoit Steiner2015-11-23
| | | | C++ compiler
* 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 ↵Gravatar Benoit Steiner2015-11-20
| | | | std::array class.
* 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
|
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
|
* Avoid using the version of TensorIntDiv optimized for 32-bit integers when ↵Gravatar Benoit Steiner2015-11-18
| | | | the divisor can be equal to one since it isn't supported.
* Added sanity checkGravatar Benoit Steiner2015-11-13
|
* Fixed a compilation warningGravatar Benoit Steiner2015-11-12
|
* Fixed a compilation warning triggered by nvccGravatar Benoit Steiner2015-11-12
|
* Fixed a few compilation warningsGravatar Benoit Steiner2015-11-12
|
* Added a couple of missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-12
|
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-11-12
|
* Fixed a few more typosGravatar Benoit Steiner2015-11-12
|
* Fixed typosGravatar Benoit Steiner2015-11-12
|
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
|
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
|
* Started to make the IndexList code compile by more compilersGravatar Benoit Steiner2015-11-12
|
* Fixed compilation error with xcode.Gravatar Benoit Steiner2015-11-12
|
* Made it possible to run some of the CXXMeta functions on a CUDA device.Gravatar Benoit Steiner2015-11-12
|
* Moved the array code into it's own file.Gravatar Benoit Steiner2015-11-12
|
* gen_numeric_list takes a size_t, not a intGravatar Benoit Steiner2015-11-12
|
* Don't use std::array when compiling with nvcc since nvidia doesn't support ↵Gravatar Benoit Steiner2015-11-11
| | | | the use of STL containers on GPU.
* Fixed a compilation warningGravatar Benoit Steiner2015-11-11
|
* Make it possible for a vectorized tensor expression to be executed in a CUDA ↵Gravatar Benoit Steiner2015-11-11
| | | | kernel.
* Disable SFINAE when compiling with nvccGravatar Benoit Steiner2015-11-11
|
* Fixed CUDA compilation errorsGravatar Benoit Steiner2015-11-11
|
* Use Eigen::NumTraits instead of std::numeric_limitsGravatar Benoit Steiner2015-11-11
|
* Code cleanupGravatar Benoit Steiner2015-11-06
|