aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Reverted previous commit since it caused more problems than it solvedGravatar Benoit Steiner2016-02-26
* Fixed handling of long doubles on aarch64Gravatar Benoit Steiner2016-02-26
* Made the CUDA architecture level a build setting.Gravatar Benoit Steiner2016-02-25
* Fixed a typo in the reduction code that could prevent large full reductionsx ...Gravatar Benoit Steiner2016-02-24
* Marked the And and Or reducers as stateless.Gravatar Benoit Steiner2016-02-24
* Updated the padding code to work with half floatsGravatar Benoit Steiner2016-02-23
* Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
* include <iostream> in the tensor header since we now use it to better report ...Gravatar Benoit Steiner2016-02-22
* Fixed compilation warning generated by clangGravatar Benoit Steiner2016-02-21
* Pulled latest updates from trunkGravatar Benoit Steiner2016-02-21
|\
* | Added the ability to compute the absolute value of a half floatGravatar Benoit Steiner2016-02-21
| * Added some debugging information to the test to figure out why it fails somet...Gravatar Benoit Steiner2016-02-21
| * Optimized casting of tensors in the case where the casting happens to be a no-opGravatar Benoit Steiner2016-02-21
|/
* Prevent unecessary Index to int conversionsGravatar Benoit Steiner2016-02-21
* Fixed the float16 tensor test.Gravatar Benoit Steiner2016-02-20
* Get rid of duplicate code.Gravatar Rasmus Munk Larsen2016-02-19
* Speed up tensor FFT by up ~25-50%.Gravatar Rasmus Munk Larsen2016-02-19
* Print an error message to stderr when the initialization of the CUDA runtime ...Gravatar Benoit Steiner2016-02-19
* Updated the contraction code to make it compatible with half floats.Gravatar Benoit Steiner2016-02-19
* Added support for tensor reductions on half floatsGravatar Benoit Steiner2016-02-19
* Added the ability to query the minor version of a cuda deviceGravatar Benoit Steiner2016-02-19
* Started to work on contractions and reductions using half floatsGravatar Benoit Steiner2016-02-19
* Don't make the array constructors explicitGravatar Benoit Steiner2016-02-19
* Fixed a bug in the tensor type converterGravatar Benoit Steiner2016-02-19
* Added support for simple coefficient wise tensor expression using half floats...Gravatar Benoit Steiner2016-02-19
* FP16 on CUDA are only available starting with cuda 7.5. Disable them when usi...Gravatar Benoit Steiner2016-02-18
* Added regression test for float16Gravatar Benoit Steiner2016-02-19
* Reverted unintended changes introduced by a bad mergeGravatar Benoit Steiner2016-02-19
* Added preliminary support for half floats on CUDA GPU. For now we can simply ...Gravatar Benoit Steiner2016-02-19
* 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