aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Tensor
Commit message (Expand)AuthorAge
* Simplify TensorRandom and remove time-dependence.Gravatar Antonio Sanchez2021-05-04
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.Gravatar Rasmus Munk Larsen2020-12-02
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* Cleanup includes in Tensor module after switch to C++11 and aboveGravatar Eugene Zhulenev2019-10-29
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* Remove XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
* Fix GPU build due to gpu_assert not always being defined.Gravatar Rasmus Munk Larsen2018-10-18
* Fix a lot of Doxygen warnings in Tensor moduleGravatar Christoph Hertzberg2018-10-09
* Remove explicit mkldnn support and redundant TensorContractionKernelBlockingGravatar Eugene Zhulenev2018-09-27
* Support multiple contraction kernel types in TensorContractionThreadPoolGravatar Eugene Zhulenev2018-09-26
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20
* merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
* Add support for triSYCLGravatar a-doumoulakis2017-05-05
* Leverage libxsmm kernels within signle threaded contractionsGravatar Benoit Steiner2016-12-21
* Introduce a portable EIGEN_SLEEP macro.Gravatar Benoit Steiner2016-12-09
* Simplified includesGravatar Benoit Steiner2016-11-30
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
* Added missing includeGravatar Benoit Steiner2016-11-19
* Specialised basic math functions for SYCL device.Gravatar Luke Iwanski2016-11-17
* Added missing includesGravatar Benoit Steiner2016-11-05
* Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...Gravatar Mehdi Goli2016-11-04
* Added SYCL include in Tensor.Gravatar Luke Iwanski2016-10-20
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\
| * Manually define int16_t and uint16_t when compiling with Visual StudioGravatar Benoit Steiner2016-10-08
* | Pull the latest updates from trunkGravatar Benoit Steiner2016-10-05
|\|
| * Cleaned up the random number generation code.Gravatar Benoit Steiner2016-10-04
| * Made the initialization of a CUDA device thread safe.Gravatar Benoit Steiner2016-09-26
* | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
|/
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Fix missing inclusion of Eigen/CoreGravatar Gael Guennebaud2016-04-27
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26
* Merged in rmlarsen/eigen (pull request PR-177)Gravatar Benoit Steiner2016-04-14
|\
* | Prepared the migration to the new non blocking thread poolGravatar Benoit Steiner2016-04-14
| * Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
|/
* Use a single Barrier instead of a collection of Notifications to reduce the t...Gravatar Benoit Steiner2016-03-22
* Made sure to include the <random> header file when compiling with visual studioGravatar Benoit Steiner2016-03-09
* include <iostream> in the tensor header since we now use it to better report ...Gravatar Benoit Steiner2016-02-22