aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
Commit message (Expand)AuthorAge
* Fixed compilation errors.Gravatar Benoit Steiner2018-08-06
* Merged in codeplaysoftware/eigen-upstream-pure/separating_internal_memory_all...Gravatar Benoit Steiner2018-08-01
|\
* | Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
| * Distinguishing between internal memory allocation/deallocation from explicit ...Gravatar Mehdi Goli2018-08-01
|/
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...Gravatar Mehdi Goli2017-01-19
* Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Worked around Visual Studio compilation errorsGravatar Benoit Steiner2016-10-28
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
* Use array_prod instead of calling TotalSize since TotalSize is only available...Gravatar Benoit Steiner2016-08-15
* Marked a few tensor operations as read onlyGravatar Benoit Steiner2016-05-05
* Deleted trailing commasGravatar Benoit Steiner2016-04-29
* Fixed the partial evaluation of non vectorizable tensor subexpressionsGravatar Benoit Steiner2016-04-25
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Don't explicitely evaluate the subexpression from TensorForcedEval::evalSubEx...Gravatar Benoit Steiner2016-01-24
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Added missing constGravatar Benoit Steiner2015-12-21
* Added a couple of missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-12
* Silenced a compilation warningGravatar Benoit Steiner2015-11-06
* Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
* Misc improvements and optimizationsGravatar Benoit Steiner2015-07-01
* Improved a previous fixGravatar Benoit Steiner2015-07-01
* Fixed a couple of mistakes in the previous commit.Gravatar Benoit Steiner2015-07-01
* Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
* Silenced a few compilation warnings generated by nvccGravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Fixes for the forced evaluation of tensor expressionsGravatar Benoit Steiner2014-10-02
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13