aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* changed documentation to make example compileGravatar jenswehner2021-06-16
* Add missing ppc pcmp_lt_or_nan<Packet8bf>Gravatar Antonio Sanchez2021-06-15
* Fix placement of permanent GPU defines.Gravatar Antonio Sanchez2021-06-15
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix checking of version number for mingw.Gravatar Antonio Sanchez2021-06-11
* Add ability to permanently enable HIP/CUDA gpu* defines.Gravatar Antonio Sanchez2021-06-11
* Allow custom TENSOR_CONTRACTION_DISPATCH macro.Gravatar Antonio Sanchez2021-06-11
* Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...Gravatar Rasmus Munk Larsen2021-06-11
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* Fix parsing of version for nvhpcGravatar Nicolas Cornu2021-06-10
* Removed dead code from GPU float16 unit test.Gravatar Rohit Santhanam2021-05-28
* Remove EIGEN_DEVICE_FUNC from CwiseBinaryOp's default copy constructor.Gravatar Cyril Kaiser2021-05-26
* Add missing NEON ptranspose implementations.Gravatar Antonio Sanchez2021-05-25
* Modify Unary/Binary/TernaryOp evaluators to work for non-class types.Gravatar Antonio Sanchez2021-05-23
* predux_half_dowto4 test extended to all applicable packetsGravatar Jakub Lichman2021-05-21
* Adds macro for checking if C++14 variable templates are supportedGravatar Steve Bronder2021-05-21
* Use derived object type in conservative_resize_like_implGravatar Niall Murphy2021-05-20
* ptranpose test for non-square kernels addedGravatar Jakub Lichman2021-05-19
* Ensure all generated matrices for inverse_4x4 testes are invertible, this fix...Gravatar Guoqiang QI2021-05-13
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Device implementation of log for std::complex types.Gravatar Nathan Luehr2021-05-11
* Fix ambiguity due to argument dependent lookup.Gravatar Nathan Luehr2021-05-11
* Changing the storage of the SSE complex packets to that of the wrapper. This ...Gravatar guoqiangqi2021-05-10
* Fix for issue where numext::imag and numext::real are used before they are de...Gravatar Rohit Santhanam2021-05-10
* Restore ABI compatibility for conj with 3.3, fix conflict with boost.Gravatar Antonio Sanchez2021-05-07
* Clean up gpu device properties.Gravatar Antonio Sanchez2021-05-07
* Fix numext::arg return type.Gravatar Antonio Sanchez2021-05-07
* Revert addition of unused `paddsub<Packet2cf>`. This fixes #2242Gravatar Christoph Hertzberg2021-05-06
* Simplify TensorRandom and remove time-dependence.Gravatar Antonio Sanchez2021-05-04
* Better CUDA complex division.Gravatar Antonio Sanchez2021-04-29
* Add missing pcmp_lt_or_nan for NEON Packet4bf.Gravatar Antonio Sanchez2021-04-27
* Added complex matrix unit tests for SelfAdjointEigenSolveGravatar Theo Fletcher2021-04-26
* Tests added and AVX512 bug fixed for pcmp_lt_or_nanGravatar Jakub Lichman2021-04-25
* Tests for pcmp_lt and pcmp_le addedGravatar Jakub Lichman2021-04-23
* Fix for issue with static global variables in TensorDeviceGpu.hGravatar Turing Eret2021-04-23
* Check existence of BSD random before use.Gravatar Antonio Sanchez2021-04-22
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
* Make vectorized compute_inverse_size4 compile with AVX.Gravatar Rasmus Munk Larsen2021-04-22
* Compilation of basicbenchmark fixedGravatar Jakub Lichman2021-04-21
* Fix taking address of rvalue compiler issue with TensorFlow (plus other warni...Gravatar Chip-Kerchner2021-04-21
* HasExp added for AVX512 Packet8dGravatar Jakub Lichman2021-04-20
* Fix ldexp for AVX512 (#2215)Gravatar Antonio Sanchez2021-04-20
* Before 3.4 branchGravatar David Tellenbach2021-04-18
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Avoid using uninitialized inputs and if available, use slightly more efficien...Gravatar Christoph Hertzberg2021-04-13
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
* Fix for float16 GPU unit test.Gravatar Rohit Santhanam2021-04-12
* Use EIGEN_HAS_CXX11 and EIGEN_COMP_CXXVER macros to detect C++ version for `s...Gravatar Christoph Hertzberg2021-04-12
* fixed doxygen for unsupported iterative solver moduleGravatar Jens Wehner2021-04-11
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09