aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
Commit message (Expand)AuthorAge
* Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.Gravatar Rasmus Munk Larsen2020-12-02
* Fix rule-of-3 for the Tensor module.Gravatar Antonio Sanchez2020-11-18
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* [SYCL] :Gravatar Mehdi Goli2019-07-01
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Use a more accurate timer to sleep on Linux systems.Gravatar Benoit Steiner2016-12-09
* Introduce a portable EIGEN_SLEEP macro.Gravatar Benoit Steiner2016-12-09
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Disable SFINAE when compiling with nvccGravatar Benoit Steiner2015-11-11
* Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14