aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
...
| | * | | | Merge with upstreamGravatar Mehdi Goli2018-08-14
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | mergeGravatar Rasmus Munk Larsen2018-08-13
|\ \ \ \ \ \
* | | | | | | Add Barrier.h.Gravatar Rasmus Munk Larsen2018-08-13
| * | | | | | 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
| | | * | Creating a pointer type in TensorCustomOp.hGravatar 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
|/ /
| * Replace all using declarations with typedefs in Tensor opsGravatar Eugene Zhulenev2018-08-01
* | Fix initialization order.Gravatar Rasmus Munk Larsen2018-08-03
* | Fixing the compilation error.Gravatar Mehdi Goli2018-08-03
* | Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
| * Fix typo + get rid of redundant member variables for block sizesGravatar Eugene Zhulenev2018-08-01
* | Merged in paultucker/eigen (pull request PR-431)Gravatar Benoit Steiner2018-08-01
|\ \
| | * Merged latest changes from upstream/eigenGravatar Eugene Zhulenev2018-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/using_PacketType_class (pull r...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
| | | * | | 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
|/ / /
| | * Add block evaluation support to TensorOpsGravatar Eugene Zhulenev2018-07-31
* | | Merged in yuefengz/eigen (pull request PR-370)Gravatar Benoit Steiner2018-07-31
|\ \ \
| | * | Change getAllocator() to allocator() in ThreadPoolDevice.Gravatar Paul Tucker2018-07-31
* | | | Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)Gravatar Gael Guennebaud2018-07-31
|\ \ \ \ | | |_|/ | |/| |
* | | | Speedup trivial tensor broadcasting on GPU by enforcing unaligned loads. See ...Gravatar Gael Guennebaud2018-07-31
| * | | Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possibleGravatar Eugene Zhulenev2018-07-27
| * | | Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* | | | Reduce the number of template specializations of classes related to tensor co...Gravatar Rasmus Munk Larsen2018-07-27
| * | | TensorBlockIOGravatar Eugene Zhulenev2018-07-23
|/ / /
* | | Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20