aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added sanity checkGravatar Benoit Steiner2015-11-13
|
* Made it possible to compute atan, tanh, sinh and cosh on GPUGravatar Benoit Steiner2015-11-12
|
* 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
|
* Only enable the use of const expression when nvcc is called with the ↵Gravatar Benoit Steiner2015-11-12
| | | | -std=c++11 option
* 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
|
* Fix missing Dynamic versus HugeCost changesGravatar Gael Guennebaud2015-11-12
|
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-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.
* Allow the vectorized version of the Binary and the Nullary functors to run ↵Gravatar Benoit Steiner2015-11-11
| | | | on GPU
* 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
|
* Silenced a compilation warningGravatar Benoit Steiner2015-11-06
|
* Added static assertions to avoid misuses of padding, broadcasting and ↵Gravatar Benoit Steiner2015-11-06
| | | | concatenation ops.
* Fixed typosGravatar Benoit Steiner2015-11-06
|
* Added more missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-06
|
* Added missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-11-06
|
* Reimplement the tensor comparison operators by using the scalar_cmp_op ↵Gravatar Benoit Steiner2015-11-06
| | | | functors. This makes them more cuda friendly.
* bug #1105: fix default preallocation when moving from compressed to ↵Gravatar Gael Guennebaud2015-11-06
| | | | uncompressed mode
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-05
|\
* | Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
| |
* | Misc fixes to full reductionsGravatar Benoit Steiner2015-11-05
| |
* | Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0Gravatar Benoit Steiner2015-11-05
| |
| * Add unit test for Hessian via AutoDiffScalarGravatar Gael Guennebaud2015-11-05
| |
| * bug #1063: nest AutoDiffScalar by value to avoid dead referencesGravatar Gael Guennebaud2015-11-05
| |
| * Fix "," in non SSE4 modeGravatar Gael Guennebaud2015-11-05
| |
| * SPQR and UmfPack need to link to cholmod.Gravatar Gael Guennebaud2015-11-05
| | | | | | | | | | (grafted from 47592d31eabfb09b811005a725ea5ca2eb5a6fcf )
| * prevent stack overflow in unit testGravatar Gael Guennebaud2015-11-05
| |
* | Updated the reduction code so that full reductions now return a tensor of ↵Gravatar Benoit Steiner2015-11-04
| | | | | | | | rank 0.
| * Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
|/
* Merged in aavenel/eigen (pull request PR-142)Gravatar Gael Guennebaud2015-11-04
|\ | | | | | | Add round, ceil and floor for SSE4.1/AVX (Bug #70)
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
| | | | | | | | This also fixes a regression regarding (dense*sparse).diagonal()
* | Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
| |
* | Made the CUDA implementation of ploadt_ro compatible with cuda ↵Gravatar Benoit Steiner2015-11-03
| | | | | | | | implementations older than 3.5