aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* Don't crash when attempting to shuffle an empty tensor.Gravatar Jonas Harsch2021-07-02
* Removed dead code from GPU float16 unit test.Gravatar Rohit Santhanam2021-05-28
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Fix for float16 GPU unit test.Gravatar Rohit Santhanam2021-04-12
* Fixed output of complex matricesGravatar Jens Wehner2021-03-15
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Don't crash when attempting to slice an empty tensor.Gravatar Rasmus Munk Larsen2021-02-24
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
* Add missing adolc isinf/isnan.Gravatar Antonio Sanchez2021-02-19
* Return nan at poles of polygamma, digamma, and zeta if limit is not definedGravatar frgossen2021-02-19
* fix test of ExtractVolumePatchesOpGravatar Gmc22021-01-25
* Remove code checking for CMake < 3.5Gravatar Alexander Grund2020-12-14
* Special function implementations for half/bfloat16 packets.Gravatar Antonio Sanchez2020-12-04
* Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.Gravatar Rasmus Munk Larsen2020-12-02
* Fix boolean float conversion and product warnings.Gravatar Antonio Sanchez2020-11-24
* Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...Gravatar Antonio Sanchez2020-11-18
* Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandomGravatar Antonio Sanchez2020-11-18
* Disable testing of OpenGL by default.Gravatar Antonio Sanchez2020-11-12
* Address issues with `openglsupport` test.Gravatar Antonio Sanchez2020-11-11
* CMakefile update for ROCm 4.0Gravatar Deven Desai2020-10-29
* Remove leftover debug print statement in cxx11_tensor_expr.cppGravatar Rasmus Munk Larsen2020-10-14
* Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...Gravatar Rasmus Munk Larsen2020-10-13
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Disable min/max NaN propagation in test cxx11_tensor_exprGravatar David Tellenbach2020-08-14
* Update tensor reduction test to avoid undefined division of bfloat16 by int.Gravatar Rasmus Munk Larsen2020-07-22
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Update FindComputeCpp.cmake to fix build problems on WindowsGravatar Thales Sabino2020-06-05
* Disable test for 32-bit systems (e.g. ARM, i386)Gravatar Antonio Sánchez2020-05-28
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Use double-braces initialization (as everywhere else in the test-suite).Gravatar Christoph Hertzberg2019-12-19
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* fix AlignedVector3 inconsisent interface with other Vector classes, default c...Gravatar Janek Kozicki2019-12-06
* Add missing initialization in cxx11_tensor_trace.cpp.Gravatar Rasmus Munk Larsen2019-12-04
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...Gravatar Gael Guennebaud2019-11-14
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Fix data race in css11_tensor_notification test.Gravatar Rasmus Munk Larsen2019-11-08