aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Fix trivial shadow warningGravatar Christoph Hertzberg2019-12-19
* Initialize non-trivially constructible types when allocating a temp buffer.Gravatar Eugene Zhulenev2019-12-12
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Do not use std::vector in getResourceRequirementsGravatar Eugene Zhulenev2019-12-09
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* Block evaluation for TensorGenerator/TensorReverse/TensorShufflingGravatar Eugene Zhulenev2019-10-14
* Block evaluation for TensorChipping + fixed bugs in TensorPadding and TensorS...Gravatar Eugene Zhulenev2019-10-09
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* Fix performance regressions due to https://bitbucket.org/eigen/eigen/pull-req...Gravatar Rasmus Munk Larsen2019-08-02
* Merge with Eigen headGravatar Eugene Zhulenev2019-06-28
|\
* | Add block access to TensorReverseOp and make sure that TensorForcedEval uses ...Gravatar Eugene Zhulenev2019-06-28
| * [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
|/
* Add tiled evaluation for TensorForcedEvalOpGravatar Eugene Zhulenev2019-03-04
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* 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