aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* Do not use std::vector in getResourceRequirementsGravatar Eugene Zhulenev2019-12-09
* Add async evaluation support to TensorPadding/TensorImagePatch/TensorShufflingGravatar Eugene Zhulenev2019-11-26
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* Replace all using declarations with typedefs in Tensor opsGravatar Eugene Zhulenev2018-08-01
* Fix typo + get rid of redundant member variables for block sizesGravatar Eugene Zhulenev2018-08-01
* Merged latest changes from upstream/eigenGravatar Eugene Zhulenev2018-08-01
|\
| * Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
* | Add block evaluation support to TensorOpsGravatar Eugene Zhulenev2018-07-31
|/
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Yangzihao Wang2017-12-12
* Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull reque...Gravatar Benoit Steiner2017-07-06
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* iGate the sycl specific code under a EIGEN_USE_SYCL defineGravatar Benoit Steiner2017-04-04
* Restore the old constructors to retain compatibility with non c++11 compilers.Gravatar Benoit Steiner2017-03-31
* Adding Sycl backend for TensorImagePatchOP.h; adding Sycl backend for TensorI...Gravatar Mehdi Goli2017-02-20
* Worked around compilation errors with older versions of gccGravatar Benoit Steiner2016-05-11
* Fixed a few compilation warningsGravatar Benoit Steiner2016-04-15
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Renamed some class members to make the code more readable.Gravatar Benoit Steiner2016-03-18
* Fixed a bug in the padding of extracted image patches.Gravatar Benoit Steiner2016-03-18
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
* Fixed merge conflictGravatar Benoit Steiner2015-06-16
* Pulled latest updates from trunkGravatar Benoit Steiner2015-06-16
|\
* | Fixed compilation warnings triggered by clangGravatar Benoit Steiner2015-06-16
| * Fix compilation in TensorImagePatchGravatar Gael Guennebaud2015-06-16
|/
* Added support for RowMajor layout to the image patch extraction codeGravatar Benoit Steiner2015-02-25
* Silenced the last batch of compilation warnings triggered by gcc 4.8Gravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13