aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
...
* 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
* evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar 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
|\
* | Add block access to TensorReverseOp and make sure that TensorForcedEval uses ...Gravatar Eugene Zhulenev2019-06-28
| * [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
|/
* Remove extra comma (causes warnings in C++03)Gravatar Christoph Hertzberg2019-06-26
* Optimize evaluation strategy for TensorSlicingOp and TensorChippingOpGravatar Eugene Zhulenev2019-06-25
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* Merged in rmlarsen/eigen (pull request PR-643)Gravatar Rasmus Larsen2019-05-20
|\
* | Prevent potential division by zero in TensorExecutorGravatar Eugene Zhulenev2019-05-17
* | Always evaluate Tensor expressions with broadcasting via tiled evaluation cod...Gravatar Eugene Zhulenev2019-05-16
| * Make Eigen build with cuda 10 and clang.Gravatar Rasmus Munk Larsen2019-05-15
|/
* Fix stupid shadow-warnings (with old clang versions)Gravatar Christoph Hertzberg2019-05-07
* Restore C++03 compatibilityGravatar Christoph Hertzberg2019-05-07
* Check if gpu_assert was overridden in TensorGpuHipCudaDefinesGravatar Eugene Zhulenev2019-04-25