aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
...
* 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
|/
* Update ThreadLocal to use separate Initialize/Release callablesGravatar Eugene Zhulenev2019-09-10
* ThreadLocal container that does not rely on thread local storageGravatar Eugene Zhulenev2019-09-09
* 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
* evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
* Revert accidentally removed <memory> header from ThreadPoolGravatar Eugene Zhulenev2019-08-30
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* Const correctness in TensorMap<const Tensor<T, ...>> expressionsGravatar Eugene Zhulenev2019-08-28
* Remove shadow warnings in TensorDeviceThreadPoolGravatar Eugene Zhulenev2019-08-28
* Merged in ezhulenev/eigen-01 (pull request PR-683)Gravatar Rasmus Larsen2019-08-26
|\
* | Fix get_random_seed on Native ClientGravatar maratek2019-08-23
| * Asynchronous parallelFor in Eigen ThreadPoolDeviceGravatar Eugene Zhulenev2019-08-22
|/
* Remove XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
* [Eigen] Vectorize evaluation of coefficient-wise functions over tensor blocks...Gravatar Rasmus Munk Larsen2019-08-07
* Clean up unnecessary namespace specifiers in TensorBlock.h.Gravatar Rasmus Munk Larsen2019-08-07
* Fix performance regressions due to https://bitbucket.org/eigen/eigen/pull-req...Gravatar Rasmus Munk Larsen2019-08-02
* Fix expression evaluation heuristic for TensorSliceOpGravatar Eugene Zhulenev2019-07-09
* Add outer/inner chipping optimization for chipping dimension specified at run...Gravatar Eugene Zhulenev2019-07-03
* adding the EIGEN_DEVICE_FUNC attribute to the constCast routine.Gravatar Deven Desai2019-07-02
* Merged in codeplaysoftware/eigen (pull request PR-667)Gravatar Gael Guennebaud2019-07-02
|\
* | Allocate non-const scalar buffer for block evaluation with DefaultDeviceGravatar Eugene Zhulenev2019-07-01
| * [SYCL] :Gravatar Mehdi Goli2019-07-01
|/
* Fix TensorReverse on GPU with m_stride[i]==0Gravatar Eugene Zhulenev2019-06-28
* Fix preprocessor condition to only generate a warning when calling eigen::Gpu...Gravatar Rasmus Munk Larsen2019-06-28
* Remove comma causing warning in c++03 mode.Gravatar Rasmus Munk Larsen2019-06-28
* Merge with Eigen headGravatar Eugene Zhulenev2019-06-28
|\