aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
Commit message (Expand)AuthorAge
* Renaming even more `I` identifiersGravatar Christoph Hertzberg2019-01-26
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* Silence more compiler warnings.Gravatar Rasmus Munk Larsen2018-09-19
* Explicitly construct tensor block dimensions from evaluator dimensionsGravatar Eugene Zhulenev2018-09-14
* Fix merge error.Gravatar Rasmus Munk Larsen2018-09-13
* Backed out changeset 01197e44527941c95f9a63e4f60ab3a989f12cbeGravatar Rasmus Munk Larsen2018-09-13
* MergeGravatar Rasmus Munk Larsen2018-09-13
|\
* | Enable vectorized version on GPUs. The underlying bug has been fixed.Gravatar Rasmus Munk Larsen2018-09-13
| * Merged in ezhulenev/eigen/tiled_evalution_support (pull request PR-444)Gravatar Rasmus Munk Larsen2018-09-13
| |\
| | * Fix warningsGravatar Eugene Zhulenev2018-09-13
| | * Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
* | | Use numerically stable tree reduction in TensorReduction.Gravatar Rasmus Munk Larsen2018-09-11
| * | Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
|/ /
| * 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
| |\ | |/ |/|
* | Merged in codeplaysoftware/eigen-upstream-pure/separating_internal_memory_all...Gravatar Benoit Steiner2018-08-01
|\ \
* | | Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
| * | Distinguishing between internal memory allocation/deallocation from explicit ...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
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Guard the sycl specific code with EIGEN_USE_SYCLGravatar Benoit Steiner2017-04-04
* Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of ...Gravatar Mehdi Goli2017-03-28
* Made the reduction code compile with cuda-clangGravatar Benoit Steiner2017-03-14
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
* Fixed the formatting of the codeGravatar Benoit Steiner2016-11-08
* Converting all sycl buffers to uninitialised device only buffers; adding memc...Gravatar Mehdi Goli2016-11-08
* Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...Gravatar Mehdi Goli2016-11-04
* Fixing the code indentation in the TensorReduction.h file.Gravatar Mehdi Goli2016-10-14
* Reducing the code by generalising sycl backend functions/structs.Gravatar Mehdi Goli2016-10-14
* Fixed a bug impacting some outer reductions on GPUGravatar Benoit Steiner2016-09-12
* Don't attempt to optimize partial reductions when the optimized implementatio...Gravatar Benoit Steiner2016-08-08
* Improved partial reductions in more casesGravatar Benoit Steiner2016-07-22
* Fix warningsGravatar Gael Guennebaud2016-07-08
* Fix warningGravatar Gael Guennebaud2016-07-07
* Use array_prod to compute the number of elements contained in the input tenso...Gravatar Benoit Steiner2016-06-04
* Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
* Resolved merge conflictsGravatar Benoit Steiner2016-05-26
* Merged latest reduction improvementsGravatar Benoit Steiner2016-05-26
|\
* | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
* | Merged in rmlarsen/eigen (pull request PR-188)Gravatar Benoit Steiner2016-05-23
|\ \
* | | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20