aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
* Merged with upstream eigenGravatar Eugene Zhulenev2018-08-08
|\
| * Merged in codeplaysoftware/eigen-upstream-pure/constructor_error_clang (pull ...Gravatar Benoit Steiner2018-08-02
| |\
| * | fixing compilation error for cxx11_tensor_trace.cpp error on Microsoft Visual...Gravatar Mehdi Goli2018-08-02
| | * Fixing ambigous constructor error for Clang compiler.Gravatar Mehdi Goli2018-08-02
| |/
| * Merged in paultucker/eigen (pull request PR-431)Gravatar Benoit Steiner2018-08-01
| |\
* | | Merged latest changes from upstream/eigenGravatar Eugene Zhulenev2018-08-01
|\| |
* | | Add block evaluation support to TensorOpsGravatar Eugene Zhulenev2018-07-31
| * | Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)Gravatar Gael Guennebaud2018-07-31
| |\ \ | |/ / |/| |
* | | Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possibleGravatar Eugene Zhulenev2018-07-27
* | | Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* | | TensorBlockIOGravatar Eugene Zhulenev2018-07-23
| | * Add test coverage for ThreadPoolDevice optional allocator.Gravatar Paul Tucker2018-07-19
| * | Account for missing change on commit "Remove SimpleThreadPool and..."Gravatar Gustavo Lima Chaves2018-07-23
|/ /
* | Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20
* | Move cxx11_tensor_uint128 test under an EIGEN_TEST_CXX11 guardedGravatar Gustavo Lima Chaves2018-07-20
* | bug #1569: fix Tensor<half>::mean() on AVX with respective unit test.Gravatar Gael Guennebaud2018-07-19
* | Added a move constructor and move assignment operator to Tensor and wrote som...Gravatar Viktor Csomor2018-02-07
* | applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* | Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
|/
* Simplify handling and non-splitted tests and include split_test_helper.h inst...Gravatar Gael Guennebaud2018-07-16
* Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...Gravatar Gael Guennebaud2018-07-16
* Add unit test for -Tensor<complex> on GPUGravatar Gael Guennebaud2018-07-12
* Fix cxx11_tensor_fft not building on Windows.Gravatar Thales Sabino2018-07-12
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
| * bug #1567: add optimized path for tensor broadcasting and 'Channel First' shapeGravatar Gael Guennebaud2018-07-09
* | merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* | removing the *Hip files from the unsupported/Eigen/CXX11/src/Tensor and unsup...Gravatar Deven Desai2018-06-20
* | renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
* | syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\ \
| | * Activate dgmres unit testGravatar Gael Guennebaud2018-07-02
| |/
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| | * Merge from eigen/eigen.Gravatar Michael Figurnov2018-06-07
| | |\
| | * | Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
| | | * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
| * | | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
| |/ /
* / / Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/ /
| * Performance improvements to tensor broadcast operationGravatar Vamsi Sripathi2018-05-23
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Use numext::maxi & numext::mini.Gravatar Rasmus Munk Larsen2018-05-14
* Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
* Fix "used uninitialized" warningsGravatar Gael Guennebaud2018-04-24
* Workaround warningGravatar Gael Guennebaud2018-04-24
* Recent Adolc versions require C++11Gravatar Christoph Hertzberg2018-04-13
* Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Benoit Steiner2018-01-30
|\
* | Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...Gravatar RJ Ryan2017-12-31
| * Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Yangzihao Wang2017-12-12
|/
* Removed unecesasry #includeGravatar Benoit Steiner2017-10-22