aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Merged eigen/eigen into defaultGravatar Tal Hadad2016-06-02
|\
| * Add tensor scan opGravatar Igor Babuschkin2016-06-02
| * Fixed option '--relaxed-constexpr' has been deprecated and replaced by option...Gravatar Benoit Steiner2016-05-27
| * Added a test to validate the new non blocking thread poolGravatar Benoit Steiner2016-05-10
| * Made several tensor tests compatible with cxx03Gravatar Benoit Steiner2016-04-29
| * Moved a number of tensor tests that don't require cxx11 to work properly outs...Gravatar Benoit Steiner2016-04-29
| * Made a coupe of tensor tests compile without requiring c++11 support.Gravatar Benoit Steiner2016-04-29
| * Enabled the new threadpool testsGravatar Benoit Steiner2016-04-14
| * Disabled the use of half2 on cuda devices of compute capability < 5.3Gravatar Benoit Steiner2016-04-08
| * Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
| * Renamed float16 into cxx11_float16 since the test relies on c++11 featuresGravatar Benoit Steiner2016-04-07
| * Added tests for float16Gravatar Benoit Steiner2016-04-07
| * Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
| * Added a test to verify that notifications are working properlyGravatar Benoit Steiner2016-03-23
| * Filter some compilation flags that nvcc warns about.Gravatar Benoit Steiner2016-03-22
| * Gate all the CUDA tests under the EIGEN_TEST_NVCC optionGravatar Benoit Steiner2016-03-18
| * Fixed compilation warnings in the cuda testsGravatar Benoit Steiner2016-03-18
| * Properly fix merge issues.Gravatar Eugene Brevdo2016-03-08
| |\
| | * Fix Eigen's building of sharded tests that use CUDA & more igamma/igammac bug...Gravatar Eugene Brevdo2016-03-07
| * | Use the CMAKE_CXX_STANDARD variable to turn on cxx11Gravatar Benoit Steiner2016-03-04
| * | Added tests to cover the new rounding, flooring and ceiling tensor operations.Gravatar Benoit Steiner2016-03-03
| * | Added a test to validate the conversion of half floats into floats on Kepler ...Gravatar Benoit Steiner2016-03-03
| * | Made the CUDA architecture level a build setting.Gravatar Benoit Steiner2016-02-25
| * | Reverted unintended changes introduced by a bad mergeGravatar Benoit Steiner2016-02-19
| * | Added preliminary support for half floats on CUDA GPU. For now we can simply ...Gravatar Benoit Steiner2016-02-19
| |/
| * Only enable the cxx11_tensor_uint128 test on 64 bit machines since 32 bit sys...Gravatar Benoit Steiner2016-02-05
| * Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
| * Silenced the "calling a __host__ function from a __host__ __device__ function...Gravatar Benoit Steiner2016-02-03
| * Made sure to call nvcc with the relaxed-constexpr flag.Gravatar Benoit Steiner2016-01-28
| * Fix unit test filename.Gravatar Gael Guennebaud2016-01-28
| * Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
| * Fixed the flags passed to nvcc to compile the tensor code.Gravatar Benoit Steiner2016-01-27
| * Made the cuda tests compile using make checkGravatar Benoit Steiner2016-01-27
* | Merged eigen/eigen into defaultGravatar Tal Hadad2015-12-20
|\|
| * Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
| * Enable mpreal unit test for C++11 compiler onlyGravatar Gael Guennebaud2015-10-27
* | Initial fork of unsupported module EulerAngles.Gravatar Tal Hadad2015-09-27
| * Added tests for the fft codeGravatar Benoit Steiner2015-10-22
| * Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
| * Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
| * added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
| * Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
|/
* Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount...Gravatar Christoph Hertzberg2015-09-02
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Add a unit test for IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Added support for sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Added support for tensor inflation.Gravatar Benoit Steiner2015-07-16
* Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
* Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30