aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Patch from Konstantin Arturov to enable MKL's direct call by defaultGravatar Gael Guennebaud2017-11-09
|
* Fix issue with boost::multiprec in previous commitGravatar Gael Guennebaud2017-11-08
|
* Improve debugging tests and output in BDCSVDGravatar Gael Guennebaud2017-11-08
|
* Fix overflow issues in BDCSVDGravatar Gael Guennebaud2017-11-08
|
* Merged in JonasMu/eigen (pull request PR-329)Gravatar Benoit Steiner2017-10-27
|\ | | | | | | | | | | Added an example for a contraction to a scalar value to README.md Approved-by: Jonas Harsch <jonas.harsch@gmail.com>
* | Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
| | | | | | | | - Add support for NEON plog PacketMath function
* | Removed unecesasry #includeGravatar Benoit Steiner2017-10-22
| |
* | Merged in ↵Gravatar Benoit Steiner2017-10-21
|\ \ | | | | | | | | | | | | | | | LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-1505889397887 (pull request PR-335) Typo fix alignmeent ->alignment
* \ \ Merged in henryiii/eigen/henryiii/device (pull request PR-343)Gravatar Benoit Steiner2017-10-21
|\ \ \ | | | | | | | | | | | | Fixing missing inlines on device functions for newer CUDA cards
| * | | Restore `__device__`Gravatar Henry Schreiner2017-10-21
| | | |
| * | | Fixing missing inlines on device functions for newer CUDA cardsGravatar Henry Schreiner2017-10-20
|/ / /
* | | Merged in benoitsteiner/opencl (pull request PR-341)Gravatar Benoit Steiner2017-10-17
|\ \ \
* \ \ \ MergeGravatar Rasmus Munk Larsen2017-10-13
|\ \ \ \
* | | | | Specialize ThreadPoolDevice::enqueueNotification for the case with no args. ↵Gravatar Rasmus Munk Larsen2017-10-13
| | | | | | | | | | | | | | | | | | | | As an example this reduces binary size of an TensorFlow demo app for Android by about 2.5%.
| | * | | Merged in mehdi_goli/upstr_benoit/ComputeCppNewReleaseFix (pull request PR-16)Gravatar Benoit Steiner2017-10-13
| | |\ \ \ | | | | | | | | | | | | | | | | | | Changes required for new ComputeCpp CE version.
| * | | | | check both z13 and z14 archesGravatar Konstantinos Margaritis2017-10-12
| | | | | |
| * | | | | remove debuggingGravatar Konstantinos Margaritis2017-10-12
| | | | | |
| * | | | | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-10-12
| |\ \ \ \ \
| * | | | | | rollback 374f750ad4708408a1255a98964719fd598b0659Gravatar Konstantinos Margaritis2017-10-12
| | | | | | |
| * | | | | | explicitly set conjugate maskGravatar Konstantinos Margaritis2017-10-11
| | | | | | |
| * | | | | | added some extra debuggingGravatar Konstantinos Margaritis2017-10-11
| | | | | | |
| * | | | | | some Packet2cf pmul fixesGravatar Konstantinos Margaritis2017-10-11
| | | | | | |
| * | | | | | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
| | | | | | |
| * | | | | | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
| | | | | | |
| * | | | | | fix predux_mul for z14/floatGravatar Konstantinos Margaritis2017-10-10
| | | | | | |
| * | | | | | eliminate 'enumeral and non-enumeral type in conditional expression' warningGravatar Konstantinos Margaritis2017-10-09
| | | | | | |
| * | | | | | complete z14 portGravatar Konstantinos Margaritis2017-10-09
| | | | | | |
| | * | | | | bug #1472: fix warningGravatar Gael Guennebaud2017-09-26
| | | | | | |
| | * | | | | bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
| | | | | | |
| | * | | | | Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
| | | | | | |
| | * | | | | Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
| | | | | | |
| | | | | * | Typo fix alignmeent ->alignmentGravatar LaFeuille2017-09-20
| | | |_|/ / | | |/| | |
| | | | * | Changes required for new ComputeCpp CE version.Gravatar Mehdi Goli2017-09-18
| | | |/ /
| | * | | clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 modeGravatar Christoph Hertzberg2017-09-14
| | | | |
| | * | | std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
| |/ / / |/| | |
* | | | Fix cut-and-paste error.Gravatar Rasmus Munk Larsen2017-09-08
| | | |
* | | | Avoid undefined behavior in Eigen::TensorCostModel::numThreads.Gravatar Rasmus Munk Larsen2017-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cost is large enough then the thread count can be larger than the maximum representable int, so just casting it to an int is undefined behavior. Contributed by phurst@google.com.
* | | | Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
| | | |
* | | | Fixed compilation with cuda_clang.Gravatar Benoit Steiner2017-09-07
| | | |
* | | | Merged in infinitei/eigen (pull request PR-328)Gravatar Gael Guennebaud2017-09-06
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression. Approved-by: Tal Hadad <tal_hd@hotmail.com> Approved-by: Abhijit Kundu <abhijit.kundu@gatech.edu>
* | | | | Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
| | | | |
* | | | | Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes ↵Gravatar Gael Guennebaud2017-09-06
| | | | | | | | | | | | | | | | | | | | a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512.
* | | | | Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
| | | | |
| | | | * Merged in JonasMu/added-an-example-for-a-contraction-to-a--1504265366851 ↵Gravatar Jonas Harsch2017-09-01
| |_|_|/| |/| | | | | | | | | | | | | | | | | | | | | | | | (pull request PR-1) Added an example for a contraction to a scalar value
| | | | * Close branch JonasMu/added-an-example-for-a-contraction-to-a--1504265366851Gravatar Jonas Harsch2017-09-01
| | | | |
| | | | * Added an example for a contraction to a scalar value, e.g. a double ↵Gravatar Jonas Harsch2017-09-01
| |_|_|/ |/| | | | | | | | | | | contraction of two second order tensors and how you can get the value of the result. I lost one day to get this doen so I think it will help some guys. I also added Eigen:: to the IndexPair and and array in the same example.
* | | | Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
| | | |
| * | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression.Gravatar Abhijit Kundu2017-08-30
|/ / /
* | | Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
| | |
| * | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-08-24
| |\ \ | |/ / |/| |