aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenTesting.cmake
Commit message (Expand)AuthorAge
* Fix checking of version number for mingw.Gravatar Antonio Sanchez2021-06-11
* Fix parsing of version for nvhpcGravatar Nicolas Cornu2021-06-10
* Add CI infrastructure for pre-merge smoke tests.Gravatar David Tellenbach2021-04-01
* Add CMake infrastructure for smoke testingGravatar David Tellenbach2021-03-31
* Add possibility to split test suit build targets and improved CI configurationGravatar David Tellenbach2020-08-19
* AVX path for BF16Gravatar Sheng Yang2020-07-14
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* Simplify handling of tests that must fail to compile.Gravatar Gael Guennebaud2018-12-12
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* 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
* Make EIGEN_TEST_CUDA_CLANG more friendly with OSXGravatar Gael Guennebaud2018-07-13
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Add an option to test with external BLAS libraryGravatar Christoph Hertzberg2018-05-22
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Handle PGI compilerGravatar Gael Guennebaud2017-11-17
* Merge changed from upstreamGravatar a-doumoulakis2017-05-24
|\
| * Fixing Cmake Dependency for SYCLGravatar Mehdi Goli2017-05-22
* | Add support for triSYCLGravatar a-doumoulakis2017-05-05
|/
* Fixed the indentation of the cmake fileGravatar Benoit Steiner2016-11-08
* Converting all sycl buffers to uninitialised device only buffers; adding memc...Gravatar Mehdi Goli2016-11-08
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * Always enable /bigobj for tests to avoid a compile error in MSVC 2015Gravatar enrico.detoma2016-10-26
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\ \
| | * Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| |/
| * Identify clang++ even if it is not named llvm-clang++Gravatar Christoph Hertzberg2016-05-22
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
| * Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
| * add initial s390x(zEC13) ZVECTOR supportGravatar Konstantinos Margaritis2016-03-21
| * Gate all the CUDA tests under the EIGEN_TEST_NVCC optionGravatar Benoit Steiner2016-03-18
| * Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* | Fixed indentationGravatar Benoit Steiner2016-02-04
* | Added support for AVX512 to the build filesGravatar Benoit Steiner2016-01-05
|/
* bug #1054: Use set(EIGEN_CXX_FLAG_VERSION "/version") only for Intel compiler...Gravatar Christoph Hertzberg2015-08-14
* Use GCC flags in mingwGravatar Michael Abrahams2015-06-20
* bug #967: Automatically add cxx11 suffix when building in C++11 modeGravatar Christoph Hertzberg2015-02-28
* Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flagGravatar Gael Guennebaud2015-02-20
* bug #914: fix compiler detection on windowsGravatar Gael Guennebaud2015-02-16
* add EIGEN_TEST_NEON64, but it's a dummy, AArch64 implies NEON support so extr...Gravatar Konstantinos Margaritis2014-10-21
* bug #891: Determine sizeof(void*) via CMAKE variable instead of test programGravatar Christoph Hertzberg2014-10-14
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
* Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* Added proper support for AVX and FMA in the makefiles.Gravatar Benoit Steiner2014-03-24
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05