aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
* Fix merge error.Gravatar Rasmus Munk Larsen2018-09-13
* Backed out changeset 01197e44527941c95f9a63e4f60ab3a989f12cbeGravatar Rasmus Munk Larsen2018-09-13
* MergeGravatar Rasmus Munk Larsen2018-09-13
|\
* | Enable vectorized version on GPUs. The underlying bug has been fixed.Gravatar Rasmus Munk Larsen2018-09-13
| * Merged in ezhulenev/eigen/tiled_evalution_support (pull request PR-444)Gravatar Rasmus Munk Larsen2018-09-13
| |\
| | * Fix warningsGravatar Eugene Zhulenev2018-09-13
* | | Don't vectorize the MeanReducer unless pdiv is available.Gravatar Rasmus Munk Larsen2018-09-11
| | * Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-09-11
| | |\
| | * | Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
* | | | Use numerically stable tree reduction in TensorReduction.Gravatar Rasmus Munk Larsen2018-09-11
| |_|/ |/| |
| * | Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
|/ /
| * Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
| |\
| * | Fix BlockAccess enum in CwiseUnaryOp evaluatorGravatar Eugene Zhulenev2018-08-10
| * | Merge with eigen/defaultGravatar Eugene Zhulenev2018-08-10
| |\ \
| * | | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
| * | | Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
| * | | Merged with upstream eigenGravatar Eugene Zhulenev2018-08-08
| |\ \ \
* | | | | Fix integer conversion warningGravatar Christoph Hertzberg2018-08-30
* | | | | adding EIGEN_DEVICE_FUNC attribute to fix some GPU unit tests that are broken...Gravatar Deven Desai2018-08-27
| |_|_|/ |/| | |
* | | | Fix some trivial C++11 vs C++03 compatibility warningsGravatar Christoph Hertzberg2018-08-25
* | | | Fixed more sign-compare and type-limits warningsGravatar Christoph Hertzberg2018-08-24
* | | | Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
* | | | mergeGravatar Rasmus Munk Larsen2018-08-23
|\ \ \ \
| * \ \ \ Merged in codeplaysoftware/eigen-upstream-pure/Pointer_type_creation (pull re...Gravatar Benoit Steiner2018-08-16
| |\ \ \ \
| * | | | | Use actual types instead of the auto keyword to make the code more portableGravatar Benoit Steiner2018-08-16
| | * | | | removing the noises.Gravatar Mehdi Goli2018-08-16
| | * | | | Reverting the unitended delete from the code.Gravatar Mehdi Goli2018-08-16
| | * | | | Using PointerType struct and specializing it per device for TensorCustomOp.hGravatar Mehdi Goli2018-08-16
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Removed an used variable (PacketSize) from TensorExecutorGravatar Sameer Agarwal2018-08-15
| * | | | | Fixed the tensor contraction code.Gravatar Benoit Steiner2018-08-15
| * | | | | Fixed more compilation errorsGravatar Benoit Steiner2018-08-15
| * | | | | Cleaned up the code and make it compile with more compilersGravatar Benoit Steiner2018-08-14
* | | | | | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2018-08-14
|\| | | | |
| * | | | | Fixed compilation errors with gcc 4.7 and 4.8Gravatar Benoit Steiner2018-08-14
| | * | | | Merge with upstreamGravatar Mehdi Goli2018-08-14
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2018-08-13
|\| | | | |
* | | | | | Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
| | * | | | Merge with upstream.Gravatar Mehdi Goli2018-08-13
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | / | | Code cleanupGravatar Benoit Steiner2018-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
* | | | | | 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
| |_|_|/ |/| | |
| | * | Merge with upstreamGravatar Mehdi Goli2018-08-09
| | |\ \ | |_|/ / |/| | |
| | * | Properly fixing the PointerType for TensorCustomOp.h. As the output type here...Gravatar Mehdi Goli2018-08-09
* | | | Merged in codeplaysoftware/eigen-upstream-pure/Fixing_compiler_warning (pull ...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