aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Fix TensorPadding bug in squeezed reads from inner dimension Gravatar Eugene Zhulenev2019-12-19
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Squeeze reads from two inner dimensions in TensorPaddingGravatar Eugene Zhulenev2019-12-11
* Remove V2 suffix from TensorBlockGravatar 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
* Cleanup Tensor block destination and materialized block storage allocationGravatar Eugene Zhulenev2019-10-16
* 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
* Add block evaluation to TensorEvalTo and fix few small bugsGravatar Eugene Zhulenev2019-10-07
* Fix compilation warnings and errors with clang in TensorBlockV2 code and testsGravatar Eugene Zhulenev2019-10-04
* Add block evaluation to TensorReshaping/TensorCasting/TensorPadding/TensorSelectGravatar Eugene Zhulenev2019-10-02
* 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
* Fiw shadowing of last and allGravatar Gael Guennebaud2018-09-21
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...Gravatar Mehdi Goli2016-12-01
* Marked unused variables as suchGravatar Benoit Steiner2016-05-25
* Improved the performance of tensor paddingGravatar Benoit Steiner2016-05-25
* Allow vectorized padding on GPU. This helps speed things up a littleGravatar Benoit Steiner2016-05-17
* Fixed compilation errors triggered by old versions of gccGravatar Benoit Steiner2016-05-12
* 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
* Added the ability to pad a tensor using a non-zero valueGravatar Benoit Steiner2016-03-07
* Updated the padding code to work with half floatsGravatar Benoit Steiner2016-02-23
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Added static assertions to avoid misuses of padding, broadcasting and concate...Gravatar Benoit Steiner2015-11-06
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
* 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
* Use the proper index type in the padding codeGravatar Benoit Steiner2014-10-30
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Misc fixes.Gravatar Benoit Steiner2014-09-05
* Optimized the tensor padding code.Gravatar Benoit Steiner2014-08-26
* Added support for padding, stridding, and shufflingGravatar Benoit Steiner2014-08-14