aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Deleted outdated commentGravatar Benoit Steiner2016-02-11
* Added a method to conjugate the content of a tensor or the result of a tensor...Gravatar Benoit Steiner2016-02-11
* Worked around a few clang compilation warningsGravatar Benoit Steiner2016-02-10
* Fixed clang comilation warningsGravatar Benoit Steiner2016-02-10
* Fixed some clang compilation warningsGravatar Benoit Steiner2016-02-09
* Fixed compilation warningGravatar Benoit Steiner2016-02-09
* Updated the TensorIntDivisor code to work properly on LLP64 systemsGravatar Benoit Steiner2016-02-08
* Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
* Only enable the cxx11_tensor_uint128 test on 64 bit machines since 32 bit sys...Gravatar Benoit Steiner2016-02-05
* Made the tensor fft test compile on tegra x1Gravatar Benoit Steiner2016-02-06
* 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 co...Gravatar Benoit Steiner2016-02-03
* Made sure the dummy element of size 0 array is always intialized to silence s...Gravatar Benoit Steiner2016-02-03
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
* Silenced the "calling a __host__ function from a __host__ __device__ function...Gravatar Benoit Steiner2016-02-03
* Merged in ville-k/eigen/explicit_long_constructors (pull request PR-158)Gravatar Benoit Steiner2016-02-02
|\
| * 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 re...Gravatar Benoit Steiner2016-02-02
| * 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
* | 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 more...Gravatar Benoit Steiner2016-01-30
* | Made sure to use a tensor of rank 0 to store the result of a full reduction i...Gravatar Benoit Steiner2016-01-30
* | 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 v...Gravatar Gael Guennebaud2016-01-27
| | * Add constructor for long types.Gravatar Ville Kallioniemi2016-01-26
* | | Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25