aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
|
* Fixed the initialization of the dummy member of the array class to make it ↵Gravatar Benoit Steiner2016-02-03
| | | | compatible with pairs of element.
* Made sure the dummy element of size 0 array is always intialized to silence ↵Gravatar Benoit Steiner2016-02-03
| | | | some compiler warnings
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
|
* Silenced the "calling a __host__ function from a __host__ __device__ ↵Gravatar Benoit Steiner2016-02-03
| | | | function is not allowed" messages
* Merged in ville-k/eigen/explicit_long_constructors (pull request PR-158)Gravatar Benoit Steiner2016-02-02
|\ | | | | | | Add constructor for long types.
| * Use EIGEN_STATIC_ASSERT for backward compatibility.Gravatar Ville Kallioniemi2016-02-02
| |
* | Don't try to use direct offsets when computing a tensor product, since the ↵Gravatar Benoit Steiner2016-02-02
| | | | | | | | required stride isn't available.
| * Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
| |
| * Rebase to latest.Gravatar Ville Kallioniemi2016-02-01
| |\ | |/ |/|
* | Cleaned up a tensor contraction testGravatar Benoit Steiner2016-02-01
| |
* | Sharded the cxx11_tensor_contract_cuda testGravatar Benoit Steiner2016-02-01
| |
* | Silenced a few compilation warningsGravatar Benoit Steiner2016-02-01
| |
* | Made it possible to limit the number of blocks that will be used to evaluate ↵Gravatar Benoit Steiner2016-02-01
| | | | | | | | a tensor expression on a CUDA device. This makesit possible to set aside streaming multiprocessors for other computations.
* | Shared the tensor reduction testGravatar Benoit Steiner2016-02-01
| |
* | Sharded the tensor device testGravatar Benoit Steiner2016-02-01
| |
* | Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
| |
* | Fixed a few compilation warningsGravatar Benoit Steiner2016-01-31
| |
* | Sharded the CUDA argmax tensor testGravatar Benoit Steiner2016-01-31
| |
* | Fixed a few memory leaks in the cuda testsGravatar Benoit Steiner2016-01-30
| |
* | Sharded the cxx11_tensor_cuda test and fixed a memory leakGravatar Benoit Steiner2016-01-30
| |
* | Added a test to cover threaded tensor shufflingGravatar Benoit Steiner2016-01-30
| |
* | Made the comparison between single and multithreaded contraction results ↵Gravatar Benoit Steiner2016-01-30
| | | | | | | | more resistant to numerical noise to prevent spurious test failures.
* | Made sure to use a tensor of rank 0 to store the result of a full reduction ↵Gravatar Benoit Steiner2016-01-30
| | | | | | | | in the tensor thread pool test
* | Sharded the tensor thread pool testGravatar Benoit Steiner2016-01-30
| |
* | Made the CUDA contract test more robust to numerical noise.Gravatar Benoit Steiner2016-01-30
| |
* | Marked several methods EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-01-28
| |
* | Fixed a couple of compilation warnings.Gravatar Benoit Steiner2016-01-28
| |
* | Made sure to call nvcc with the relaxed-constexpr flag.Gravatar Benoit Steiner2016-01-28
| |
* | mergeGravatar Gael Guennebaud2016-01-28
|\ \
* | | Fix unit test filename.Gravatar Gael Guennebaud2016-01-28
| | |
* | | Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
| | |
* | | Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
| | |
* | | Fixed the tensor_cuda testGravatar Benoit Steiner2016-01-27
| | |
* | | Fixed the flags passed to nvcc to compile the tensor code.Gravatar Benoit Steiner2016-01-27
| | |
* | | Made the cuda tests compile using make checkGravatar Benoit Steiner2016-01-27
| | |
* | | Properly specify the namespace when calling cout/endlGravatar Benoit Steiner2016-01-27
| | |
* | | bug #1156: fix several function declarations whose arguments were passed by ↵Gravatar Gael Guennebaud2016-01-27
| | | | | | | | | | | | value instead of being passed by reference
| | * Add constructor for long types.Gravatar Ville Kallioniemi2016-01-26
| | |
* | | Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25
| | |
* | | Don't explicitely evaluate the subexpression from ↵Gravatar Benoit Steiner2016-01-24
| | | | | | | | | | | | TensorForcedEval::evalSubExprIfNeeded, as it will be done when executing the EvalTo subexpression
* | | Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-01-24
| | |
* | | Merged in ville-k/eigen/tensorflow_fix (pull request PR-153)Gravatar Benoit Steiner2016-01-22
|\ \ \ | | | | | | | | | | | | Add ctor for long
| * | | Re-add executable flags to minimize changeset.Gravatar Ville Kallioniemi2016-01-22
| | | |
* | | | Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
| |_|/ |/| |
* | | Created a mechanism to enable contraction mappers to determine the best ↵Gravatar Benoit Steiner2016-01-22
| | | | | | | | | | | | blocking strategy.
* | | Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
| | |
| * | Update to latest default branchGravatar Ville Kallioniemi2016-01-21
| |\ \ | |/ / |/| |
* | | Fixed a constness bugGravatar Benoit Steiner2016-01-21
| | |
* | | fix clang warningsGravatar Jan Prach2016-01-20
| | | | | | | | | | | | "braces around scalar initializer"