aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
* 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
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Reduce code duplication and avoid confusing DoxygenGravatar Christoph Hertzberg2019-12-19
* Hide recursive meta templates from DoxygenGravatar Christoph Hertzberg2019-12-19
* Use double-braces initialization (as everywhere else in the test-suite).Gravatar 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
* fix compilation due to new HIP scalar accessorGravatar Jeff Daily2019-12-17
* 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
* fix AlignedVector3 inconsisent interface with other Vector classes, default c...Gravatar Janek Kozicki2019-12-06
* Add recursive work splitting to EvalShardedByInnerDimContextGravatar Eugene Zhulenev2019-12-05
* Improve performance of contraction kernelsGravatar Artem Belevich2019-12-05
* Add missing initialization in cxx11_tensor_trace.cpp.Gravatar Rasmus Munk Larsen2019-12-04
* 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
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* bug #1747: one more fix for MSVC regarding the Bessel implementation.Gravatar Gael Guennebaud2019-11-15
* bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...Gravatar Gael Guennebaud2019-11-14
* 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
* Fix data race in css11_tensor_notification test.Gravatar Rasmus Munk Larsen2019-11-08
* 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