aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | Made most of the packet math primitives usable within CUDA kernel when ↵Gravatar Benoit Steiner2017-02-28
| | | | | | | | compiling with clang
* | Silenced clang compilation warning.Gravatar Benoit Steiner2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
| |
* | Made the TensorStorage class compile with clang 3.9Gravatar Benoit Steiner2017-02-28
| |
* | Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to ↵Gravatar Benoit Steiner2017-02-28
| | | | | | | | run on GPU yet.
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| |
| * Adding sycl backend for TensorCustomOp; fixing the partial lhs modification ↵Gravatar Mehdi Goli2017-02-28
| | | | | | | | issue on sycl when the rhs is TensorContraction, reduction or convolution; Fixing the partial modification for memset when sycl backend is used.
* | bug #1396: add some missing EIGEN_DEVICE_FUNCGravatar Gael Guennebaud2017-02-28
| |
* | Fix typo.Gravatar Gael Guennebaud2017-02-28
| |
* | Added missing EIGEN_DEVICE_FUNC to the SelfCwise binary opsGravatar Benoit Steiner2017-02-27
| |
* | Added missing EIGEN_DEVICE_FUNC qualifiers to several nullary op methods.Gravatar Benoit Steiner2017-02-27
| |
* | Declared the plset, ploadt_ro, and ploaddup packet primitives as usable ↵Gravatar Benoit Steiner2017-02-27
| | | | | | | | within a gpu kernel
* | Added missing EIGEN_DEVICE_FUNC qualifiers.Gravatar Benoit Steiner2017-02-27
| |
* | Added EIGEN_DEVICE_FUNC to make the prototype of the EigenBase override ↵Gravatar Benoit Steiner2017-02-27
| | | | | | | | match that of DenseBase
* | Avoid unecessary float to double conversions.Gravatar Benoit Steiner2017-02-27
| |
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-26
| |\ | |/ |/|
| * Adding TensorVolumePatchOP.h for syclGravatar Mehdi Goli2017-02-24
| |
| * Converting fixed float type into template type for TensorContraction.Gravatar Mehdi Goli2017-02-24
| |
| * Adding Sycl Backend for TensorGenerator.h.Gravatar Mehdi Goli2017-02-22
| |
| * Reducing the number of warnings.Gravatar Mehdi Goli2017-02-21
| |
* | bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse);Gravatar Gael Guennebaud2017-02-20
| |
* | bug #1380: for Map<> as input of matrix exponentialGravatar Gael Guennebaud2017-02-20
| |
* | bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
| |
| * Adding Sycl backend for TensorImagePatchOP.h; adding Sycl backend for ↵Gravatar Mehdi Goli2017-02-20
| | | | | | | | TensorInflation.h.
* | Silent warning.Gravatar Gael Guennebaud2017-02-20
| |
* | Fix usage of CUDACC_VERGravatar Gael Guennebaud2017-02-20
| |
* | Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
| |
* | Fix compilation.Gravatar Gael Guennebaud2017-02-18
| |
* | Use int32_t instead of int in NEON code. Some platforms with 16 bytes int ↵Gravatar Gael Guennebaud2017-02-17
| | | | | | | | supports ARM NEON.
* | bug #1393: enable Matrix/Array explicit ctor from types with conversion ↵Gravatar Gael Guennebaud2017-02-17
| | | | | | | | operators (was ok with 3.2)
* | Size indices are signed.Gravatar Benoit Steiner2017-02-16
| |
| * Adding TensorLayoutSwapOp for sycl.Gravatar Mehdi Goli2017-02-15
| |
| * Adding TensorPatch.h for sycl backend.Gravatar Mehdi Goli2017-02-15
|/
* Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-14
|\
* | Adding TensorChippingOP for sycl backend; fixing the index value in the ↵Gravatar Mehdi Goli2017-02-13
| | | | | | | | verification operation for cxx11_tensorChipping.cpp test
| * Fall back is_integral to std::is_integral in c++11Gravatar Gael Guennebaud2017-02-13
| |
| * Fix overflow and make use of long long in c++11 only.Gravatar Gael Guennebaud2017-02-13
| |
| * Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
| |
| * bug #1391: include IO.h before DenseBase to enable its usage in DenseBase ↵Gravatar Gael Guennebaud2017-02-13
| | | | | | | | plugins.
| * Workaround some gcc 4.7 warningsGravatar Gael Guennebaud2017-02-11
| |
| * bug #1392: fix #include <Eigen/Sparse> with mpl2-onlyGravatar Gael Guennebaud2017-02-11
| |
| * Forgot to include a file in previous commitGravatar Gael Guennebaud2017-02-11
| |
| * Worakound gcc 4.7 issue in c++11.Gravatar Gael Guennebaud2017-02-11
| |
| * Fix previous commits: disbale only problematic indexed view methods for old ↵Gravatar Gael Guennebaud2017-02-11
| | | | | | | | | | | | compilers instead of disabling everything. Tested with gcc 4.7 (c++03) and gcc 4.8 (c++03 & c++11)
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-10
|\|
| * Fixed bug introduced in previous commitGravatar Benoit Steiner2017-02-10
| |