aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* "sparse_product.cpp" must be included before "sparse_basic.cpp", otherwise EI...Gravatar Christoph Hertzberg2018-08-30
* gcc thinks this may not be initializedGravatar Christoph Hertzberg2018-08-28
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* Make unit test C++03 compatibleGravatar Christoph Hertzberg2018-08-25
* Fix some shadow warningsGravatar Christoph Hertzberg2018-08-25
* Previous fix broke compilation for clangGravatar Christoph Hertzberg2018-08-25
* Fix conversion warningGravatar Christoph Hertzberg2018-08-25
* Fix missing-braces warningsGravatar Christoph Hertzberg2018-08-24
* Hide "maybe uninitialized" warning on gccGravatar Christoph Hertzberg2018-08-24
* Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
* Updated one more line of code to avoid making the test dependent on cxx11 fea...Gravatar Benoit Steiner2018-08-17
* Removed more dependencies on cxx11.Gravatar Benoit Steiner2018-08-17
* Avoid using the auto keyword to make the tensor block access test more portableGravatar Benoit Steiner2018-08-16
* Fixed the tensor contraction code.Gravatar Benoit Steiner2018-08-15
* Removed dependencies on cxx11 language features from the tensor_block_access ...Gravatar Benoit Steiner2018-08-15
* Made the tensor_block_access test compile againGravatar Benoit Steiner2018-08-14
* Made the kronecker_product test compile againGravatar Benoit Steiner2018-08-14
* Fix a few compiler warnings in CXX11 tests.Gravatar Rasmus Munk Larsen2018-08-14
* Fixed compilation errors.Gravatar Benoit Steiner2018-08-13
* 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 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
| | |\