aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
...
* 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
|/
* Minor build improvementsGravatar tra2019-05-31
* Merged in rmlarsen/eigen_threadpool (pull request PR-640)Gravatar Rasmus Larsen2019-05-13
|\
* | bug #1707: Fix deprecation warnings, or disable warnings when testing depreca...Gravatar Christoph Hertzberg2019-05-10
| * A) fix deadlocks in thread pool caused by EventCountGravatar Rasmus Munk Larsen2019-05-08
|/
* Block evaluation for TensorGeneratorOpGravatar Eugene Zhulenev2019-03-05
* Do not create Tensor<const T> in cxx11_tensor_forced_eval testGravatar Eugene Zhulenev2019-03-05
* Add tiled evaluation for TensorForcedEvalOpGravatar Eugene Zhulenev2019-03-04
* Improve EventCount used by the non-blocking threadpool.Gravatar Rasmus Munk Larsen2019-02-22
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Fix flaky test for tensor fft.Gravatar Rasmus Munk Larsen2019-01-16
* bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-01-09
* Various fixes in polynomial solver and its unit tests:Gravatar Gael Guennebaud2018-12-09
* Fixed most conversion warnings in MatrixFunctions moduleGravatar Christoph Hertzberg2018-11-20
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Merged in ezhulenev/eigen-02 (pull request PR-534)Gravatar Rasmus Munk Larsen2018-10-25
|\
| * Fix cxx11_tensor_{block_access, reduction} testsGravatar Eugene Zhulenev2018-10-25
* | bug #1606: Explicitly set the standard before find_package(StandardMathLibrar...Gravatar Christoph Hertzberg2018-10-19
|/