aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
* Merged in rmlarsen/eigen2 (pull request PR-466)Gravatar Gael Guennebaud2018-08-13
|\
| * Call logistic functor from Tensor::sigmoid.Gravatar Rasmus Munk Larsen2018-08-13
| * sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
* | Use NULL instead of nullptr to avoid adding a cxx11 requirement.Gravatar Benoit Steiner2018-08-13
* | Don't use the auto keyword since it's not always supported properly.Gravatar Benoit Steiner2018-08-13
* | Fixed syntax of nested templates chevrons to make it compatible with c++97 mode.Gravatar Benoit Steiner2018-08-13
* | Avoided language features that are only available in cxx11 mode.Gravatar Benoit Steiner2018-08-10
* | Made the code compile with gcc 5.4.Gravatar Benoit Steiner2018-08-10
* | Cast to diagonalSize to RealScalar instead Scalar.Gravatar Rasmus Munk Larsen2018-08-09
* | Cast diagonalSize() to Scalar before multiplication. Without this, automatic ...Gravatar Rasmus Munk Larsen2018-08-09
* | Merged in codeplaysoftware/eigen-upstream-pure/Fixing_compiler_warning (pull ...Gravatar Benoit Steiner2018-08-08
|\ \
* \ \ Merged in codeplaysoftware/eigen-upstream-pure/disabling_assert_in_sycl (pull...Gravatar Benoit Steiner2018-08-08
|\ \ \
* \ \ \ Merged in rmlarsen/eigen3 (pull request PR-458)Gravatar Benoit Steiner2018-08-08
|\ \ \ \
* \ \ \ \ Merged in codeplaysoftware/eigen-upstream-pure/EIGEN_UNROLL_LOOP (pull reques...Gravatar Benoit Steiner2018-08-08
|\ \ \ \ \
| | | | * | Fixing compiler warning in TensorBlock.h as it was creating a lot of noise at...Gravatar Mehdi Goli2018-08-08
| |_|_|/ / |/| | | |
| * | | | Fixing typo.Gravatar Mehdi Goli2018-08-08
| * | | | Adding EIGEN_UNROLL_LOOP macro.Gravatar Mehdi Goli2018-08-08
|/ / / /
| | * / Disabling assert inside SYCL kernel.Gravatar Mehdi Goli2018-08-08
| |/ / |/| |
| * | Fix init order.Gravatar Rasmus Munk Larsen2018-08-07
|/ /
* | Silenced a couple of compilation warnings.Gravatar Benoit Steiner2018-08-06
* | Fixed compilation errors.Gravatar Benoit Steiner2018-08-06
* | Forward declare NoOpOutputKernel as struct rather than class to be consistent...Gravatar Rasmus Munk Larsen2018-08-06
| * Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
|/
* bug #1451: fix numeric_limits<AutoDiffScalar<Der>> with a reference as deriva...Gravatar Gael Guennebaud2018-08-04
* bug #1580: Fix cuda clang build. STL is not supported, so std::equal_to and s...Gravatar Rasmus Munk Larsen2018-08-01
* Fix initialization order.Gravatar Rasmus Munk Larsen2018-08-03
* Merged in codeplaysoftware/eigen-upstream-pure/SYCL-required-changes (pull re...Gravatar Benoit Steiner2018-08-03
|\
| * Fixing the compilation error.Gravatar Mehdi Goli2018-08-03
| * Merge with upstream.Gravatar Mehdi Goli2018-08-03
| |\ | |/ |/|
| * Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
* | Fix 256 bit packet size assumptions in unit tests.Gravatar Gustavo Lima Chaves2018-08-02
* | Merged in codeplaysoftware/eigen-upstream-pure/constructor_error_clang (pull ...Gravatar Benoit Steiner2018-08-02
|\ \
* \ \ Merged in codeplaysoftware/eigen-upstream-pure/Fixing_visual_studio_error_For...Gravatar Benoit Steiner2018-08-02
|\ \ \ | |_|/ |/| |
| * | fixing compilation error for cxx11_tensor_trace.cpp error on Microsoft Visual...Gravatar Mehdi Goli2018-08-02
|/ /
| * Fixing ambigous constructor error for Clang compiler.Gravatar Mehdi Goli2018-08-02
|/
* Fix two regressions introduced in previous merges: bad usage of EIGEN_HAS_VAR...Gravatar Gael Guennebaud2018-08-01
* Merged in paultucker/eigen (pull request PR-431)Gravatar Benoit Steiner2018-08-01
|\
* \ Merged in codeplaysoftware/eigen-upstream-pure/eigen_variadic_assert (pull re...Gravatar Benoit Steiner2018-08-01
|\ \
* \ \ Merged in codeplaysoftware/eigen-upstream-pure/separating_internal_memory_all...Gravatar Benoit Steiner2018-08-01
|\ \ \
| * | | Correcting the position of allocate_temp/deallocate_temp in TensorDeviceGpu.hGravatar Mehdi Goli2018-08-01
* | | | Merged in codeplaysoftware/eigen-upstream-pure/new-arch-SYCL-headers (pull re...Gravatar Benoit Steiner2018-08-01
|\ \ \ \
* \ \ \ \ Merged in codeplaysoftware/eigen-upstream-pure/using_PacketType_class (pull r...Gravatar Benoit Steiner2018-08-01
|\ \ \ \ \
* \ \ \ \ \ Merged in codeplaysoftware/eigen-upstream-pure/EIGEN_STRONG_INLINE_MACRO (pul...Gravatar Benoit Steiner2018-08-01
|\ \ \ \ \ \
| | | | | * | Using the suggested modification.Gravatar Mehdi Goli2018-08-01
| | * | | | | Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
| |/ / / / / |/| | | | |
| | * | | | Adding new arch/SYCL headers, used for SYCL vectorization.Gravatar Mehdi Goli2018-08-01
| |/ / / / |/| | | |
| | | * | variadic version of assert which can take a parameter pack as its input.Gravatar Mehdi Goli2018-08-01
| |_|/ / |/| | |
| | * | Distinguishing between internal memory allocation/deallocation from explicit ...Gravatar Mehdi Goli2018-08-01
| |/ / |/| |
| * | Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
|/ /