aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
...
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Avoid a division in NonBlockingThreadPool::Steal.Gravatar Ilya Tokar2020-02-14
* Fail at compile time if default executor tries to use non-default deviceGravatar Eugene Zhulenev2020-02-06
* Remove dead code from TensorReduction.hGravatar Eugene Zhulenev2020-01-29
* Convert StridedLinearBufferCopy::Kind to enum classGravatar Eugene Zhulenev2020-01-13
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Fix for HIP breakage - 191220Gravatar Deven Desai2019-12-20
* Hide recursive meta templates from DoxygenGravatar Christoph Hertzberg2019-12-19
* Fix trivial shadow warningGravatar Christoph Hertzberg2019-12-19
* Fix TensorPadding bug in squeezed reads from inner dimension Gravatar Eugene Zhulenev2019-12-19
* Return const data pointer from TensorRef evaluator.data()Gravatar Eugene Zhulenev2019-12-18
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Reduce block evaluation overhead for small tensor expressionsGravatar Eugene Zhulenev2019-12-17
* Initialize non-trivially constructible types when allocating a temp buffer.Gravatar Eugene Zhulenev2019-12-12
* Squeeze reads from two inner dimensions in TensorPaddingGravatar Eugene Zhulenev2019-12-11
* Add back accidentally deleted default constructor to TensorExecutorTilingCont...Gravatar Eugene Zhulenev2019-12-11
* Remove block memory allocation required by removed block evaluation APIGravatar Eugene Zhulenev2019-12-10
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* Fix for HIP breakage detected on 191210Gravatar Deven Desai2019-12-10
* Do not use std::vector in getResourceRequirementsGravatar Eugene Zhulenev2019-12-09
* Undo the block size change.Gravatar Artem Belevich2019-12-09
* Add async evaluation support to TensorSelectOpGravatar Eugene Zhulenev2019-12-09
* Add recursive work splitting to EvalShardedByInnerDimContextGravatar Eugene Zhulenev2019-12-05
* Improve performance of contraction kernelsGravatar Artem Belevich2019-12-05
* Capture TensorMap by value inside tensor expression ASTGravatar Eugene Zhulenev2019-12-03
* Remove __host__ annotation for device-only function.Gravatar Rasmus Munk Larsen2019-12-03
* Use EIGEN_DEVICE_FUNC macro instead of __device__.Gravatar Rasmus Munk Larsen2019-12-03
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* Add async evaluation support to TensorReverseGravatar Eugene Zhulenev2019-11-26
* Add async evaluation support to TensorPadding/TensorImagePatch/TensorShufflingGravatar Eugene Zhulenev2019-11-26
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Fix a race in async tensor evaluation: Don't run on_done() until after device...Gravatar Rasmus Munk Larsen2019-11-11
* Break loop dependence in TensorGenerator block accessGravatar Eugene Zhulenev2019-11-11
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Merged in ezhulenev/eigen-01 (pull request PR-746)Gravatar Rasmus Larsen2019-11-04
|\
* | Cleanup includes in Tensor module after switch to C++11 and aboveGravatar Eugene Zhulenev2019-10-29
| * Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
|/
* Fix CXX11Meta compilation with MSVCGravatar Eugene Zhulenev2019-10-28
* Prevent potential ODR in TensorExecutorGravatar Eugene Zhulenev2019-10-28
* This PR fixes:Gravatar Mehdi Goli2019-10-23
* Merged in deven-amd/eigen-hip-fix-191018 (pull request PR-738)Gravatar Rasmus Larsen2019-10-22
|\
* | Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
| * Fix for the HIP build+test errors.Gravatar Deven Desai2019-10-22
* | Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
|/
* Propagate block evaluation preference through rvalue tensor expressionsGravatar Eugene Zhulenev2019-10-17
* Cleanup Tensor block destination and materialized block storage allocationGravatar Eugene Zhulenev2019-10-16