aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
Commit message (Expand)AuthorAge
* Move struct outside of method for C++03 compatibility.Gravatar Christoph Hertzberg2018-10-02
* Fix bug in copy optimization in Tensor slicing.Gravatar Eugene Zhulenev2018-09-28
* Const cast scalar pointer in TensorSlicingOp evaluatorGravatar Eugene Zhulenev2018-09-14
* Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\
| * Fixed more sign-compare and type-limits warningsGravatar Christoph Hertzberg2018-08-24
* | Merge with eigen/defaultGravatar Eugene Zhulenev2018-08-10
|\|
* | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* | Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
* | 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
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Enable RawAccess to tensor slices whenever possinle.Gravatar Benoit Steiner2018-04-30
* 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
* Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...Gravatar Mehdi Goli2016-12-01
* Adding extra test for non-fixed size to broadcast; Replacing stcl with sycl.Gravatar Mehdi Goli2016-11-14
* Adding TensorFixsize; adding sycl device memcpy; adding insial stage of slicing.Gravatar Mehdi Goli2016-11-14
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-06-07
* Fixed compilation warningGravatar Benoit Steiner2016-06-01
* Reimplement clamp as a static function.Gravatar Benoit Steiner2016-05-27
* Use NULL instead of nullptr to preserve the compatibility with cxx03Gravatar Benoit Steiner2016-05-27
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* 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
* Worked around a constness related issueGravatar Benoit Steiner2016-03-21
* Small cleanupGravatar Benoit Steiner2016-03-21
* 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
* Fixed a constness bugGravatar Benoit Steiner2016-01-21
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Add alignment requirement for local buffer used by the slicing op.Gravatar Benoit Steiner2015-12-18
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
* Misc small fixes to the tensor slicing code.Gravatar Benoit Steiner2015-07-06
* 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
* Avoid using the cuda memcpy for small tensor slices since the memcpy kernel i...Gravatar Benoit Steiner2015-05-19
* Sped up the assignment of a tensor to a tensor slice, as well as the assigmen...Gravatar Benoit Steiner2015-04-20
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* Fixed several compilation warnings reported by clangGravatar Benoit Steiner2015-02-25
* Silenced a few compilation warnings generated by nvccGravatar Benoit Steiner2015-02-10
* Silenced more compilation warningsGravatar Benoit Steiner2015-02-10