aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Use double-braces initialization (as everywhere else in the test-suite).Gravatar Christoph Hertzberg2019-12-19
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* fix AlignedVector3 inconsisent interface with other Vector classes, default c...Gravatar Janek Kozicki2019-12-06
* Add missing initialization in cxx11_tensor_trace.cpp.Gravatar Rasmus Munk Larsen2019-12-04
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* 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 data race in css11_tensor_notification test.Gravatar Rasmus Munk Larsen2019-11-08
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* 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
* Implement c++03 compatible fix for changeset 7a43af1a335da2c0489b4119a33ee1cb...Gravatar Gael Guennebaud2019-10-09
* Fix compilation of FFTW unit testGravatar Gael Guennebaud2019-10-08
* Add block evaluation to TensorEvalTo and fix few small bugsGravatar Eugene Zhulenev2019-10-07
* 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
* Fix cxx11_tensor_block_io testGravatar Eugene Zhulenev2019-09-25
* Fix compilation warnings and errors with clang in TensorBlockV2Gravatar Eugene Zhulenev2019-09-25
* Add new TensorBlock api implementation + testsGravatar Eugene Zhulenev2019-09-24
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* 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 for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
* 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
* Add test for const TensorMap underlying data mutationGravatar Eugene Zhulenev2019-09-03
* 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 XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
* Disable tests for contraction with output kernels when using libxsmm, which d...Gravatar Rasmus Munk Larsen2019-08-07
* 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
|/