aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Collapse)AuthorAge
...
* 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
|
* gen_numeric_list takes a size_t, not a intGravatar Benoit Steiner2015-11-12
|
* 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
|
* 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
|
* Reimplement the tensor comparison operators by using the scalar_cmp_op ↵Gravatar Benoit Steiner2015-11-06
| | | | functors. This makes them more cuda friendly.
* Added support for modulo operationGravatar 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
|
* Updated the reduction code so that full reductions now return a tensor of ↵Gravatar Benoit Steiner2015-11-04
| | | | rank 0.
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
| |
* | Added support for fixed sized tensors of rank 0Gravatar Benoit Steiner2015-10-29
| |
* | Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
| |
| * Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
| |
| * Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
| |
| * Silenced compiler warningGravatar Benoit Steiner2015-10-29
| |
* | Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
| |
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
|/
* Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
|
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
|
* Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
|
* Reworked the tensor contraction mapper code to make it compile on AndroidGravatar Benoit Steiner2015-10-23
|
* Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile ↵Gravatar Benoit Steiner2015-10-23
| | | | gpu code with a non cuda compiler results in a linking error instead of bogus code.
* Added missing glue logicGravatar Benoit Steiner2015-10-22
|
* Added mapping between a specific device and the corresponding packet typeGravatar Benoit Steiner2015-10-22
|
* Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22
|
* Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
|
* Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
|
* Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
|