aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Adding an explicit launch_bounds(1024) attribute for GPU kernels.Gravatar Deven Desai2020-08-05
* Run two independent chains, when reducing tensors.Gravatar Ilya Tokar2020-06-16
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Remove dead code from TensorReduction.hGravatar Eugene Zhulenev2020-01-29
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Do not use std::vector in getResourceRequirementsGravatar Eugene Zhulenev2019-12-09
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* 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
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Merged eigen/eigen into defaultGravatar Deven Desai2019-03-19
|\
| * Renaming even more `I` identifiersGravatar Christoph Hertzberg2019-01-26
* | ROCm/HIP specfic fixes + updatesGravatar Deven Desai2018-11-19
|/
* [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