aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
Commit message (Expand)AuthorAge
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* Fix compilation warnings and errors with clang in TensorBlockV2Gravatar Eugene Zhulenev2019-09-25
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* Const correctness in TensorMap<const Tensor<T, ...>> expressionsGravatar Eugene Zhulenev2019-08-28
* adding the EIGEN_DEVICE_FUNC attribute to the constCast routine.Gravatar Deven Desai2019-07-02
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\
| * Using PointerType struct and specializing it per device for TensorCustomOp.hGravatar Mehdi Goli2018-08-16
| |\
* | | Fix BlockAccess enum in CwiseUnaryOp evaluatorGravatar Eugene Zhulenev2018-08-10
* | | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
| |/ |/|
| * Properly fixing the PointerType for TensorCustomOp.h. As the output type here...Gravatar Mehdi Goli2018-08-09
|/
* Forward declare NoOpOutputKernel as struct rather than class to be consistent...Gravatar Rasmus Munk Larsen2018-08-06
* Fixing the compilation error.Gravatar Mehdi Goli2018-08-03
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\
* | Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
| * Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
|/
* Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
* struct -> class in order to silence compilation warning.Gravatar Luke Iwanski2016-12-16
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Cleaned up forward declarationsGravatar Benoit Steiner2016-11-30
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
* Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...Gravatar Mehdi Goli2016-11-04
* Removed a template parameter for fixed sized tensorsGravatar Benoit Steiner2016-10-26
* Replaced tabs with spacesGravatar Benoit Steiner2016-10-25
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
* Workaround compilation issue with msvcGravatar Gael Guennebaud2016-07-04
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Use integers instead of std::size_t to encode the number of dimensions in the...Gravatar Benoit Steiner2015-12-04
* Added missing glue logicGravatar Benoit Steiner2015-10-22
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Fixed a compilation warning generated by clangGravatar Benoit Steiner2015-07-06
* Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
* Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27