aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
...
* 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
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* Prevent potential ODR in TensorExecutorGravatar Eugene Zhulenev2019-10-28
* 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
* TensorBroadcasting support for random/uniform blocksGravatar Eugene Zhulenev2019-10-16
* Block evaluation for TensorGenerator/TensorReverse/TensorShufflingGravatar Eugene Zhulenev2019-10-14
* Block evaluation for TensorGenerator + TensorReverse + fixed bug in tensor re...Gravatar Eugene Zhulenev2019-10-10
* Block evaluation for TensorChipping + fixed bugs in TensorPadding and TensorS...Gravatar Eugene Zhulenev2019-10-09
* Add block evaluation to TensorEvalTo and fix few small bugsGravatar Eugene Zhulenev2019-10-07
* Fixing incorrect size in Tensor documentation.Gravatar Brian Zhao2019-10-04
* Fix compilation warnings and errors with clang in TensorBlockV2 code and testsGravatar Eugene Zhulenev2019-10-04
* Add block evaluation to TensorReshaping/TensorCasting/TensorPadding/TensorSelectGravatar Eugene Zhulenev2019-10-02
* Add beta to TensorContractionKernel and make memset optionalGravatar Eugene Zhulenev2019-10-02
* Fix compilation warnings and errors with clang in TensorBlockV2Gravatar Eugene Zhulenev2019-09-25
* Fix a bug in a packed block type in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-24
* Choose TensorBlock StridedLinearCopy type staticallyGravatar Eugene Zhulenev2019-09-24
* Add new TensorBlock api implementation + testsGravatar Eugene Zhulenev2019-09-24
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* Fix (or mask away) conversion warnings introduced in 553caeb6a3bb545aef895f8f...Gravatar Christoph Hertzberg2019-09-23
* Add support for asynchronous evaluation of tensor casting expressions.Gravatar Rasmus Munk Larsen2019-09-19
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
| * Fix maybe-unitialized warnings in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
| * Use ThreadLocal container in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
|/
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
* TensorMap constness should not change underlying storage constnessGravatar Eugene Zhulenev2019-09-03
* Fixed Tensor documentation formatting.Gravatar Alberto Luaces2019-07-23
* Fix shadow warnings in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
* Fix block mapper type name in TensorExecutorGravatar Eugene Zhulenev2019-08-30