aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* Fix Tensor documentation page.Gravatar Antonio Sanchez2021-07-03
* Don't crash when attempting to shuffle an empty tensor.Gravatar Jonas Harsch2021-07-02
* Fix compile issues for gcc 4.8.Gravatar Antonio Sanchez2021-07-01
* Modify tensor argmin/argmax to always return first occurence.Gravatar Antonio Sanchez2021-06-29
* Rewrite balancer to avoid overflows.Gravatar Antonio Sanchez2021-06-21
* changed documentation to make example compileGravatar jenswehner2021-06-16
* Fix placement of permanent GPU defines.Gravatar Antonio Sanchez2021-06-15
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Add ability to permanently enable HIP/CUDA gpu* defines.Gravatar Antonio Sanchez2021-06-11
* Allow custom TENSOR_CONTRACTION_DISPATCH macro.Gravatar Antonio Sanchez2021-06-11
* Removed dead code from GPU float16 unit test.Gravatar Rohit Santhanam2021-05-28
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Clean up gpu device properties.Gravatar Antonio Sanchez2021-05-07
* Simplify TensorRandom and remove time-dependence.Gravatar Antonio Sanchez2021-05-04
* Fix for issue with static global variables in TensorDeviceGpu.hGravatar Turing Eret2021-04-23
* Check existence of BSD random before use.Gravatar Antonio Sanchez2021-04-22
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
* Fix for float16 GPU unit test.Gravatar Rohit Santhanam2021-04-12
* fixed doxygen for unsupported iterative solver moduleGravatar Jens Wehner2021-04-11
* This fixes an issue where the compiler was not choosing the GPU specific spec...Gravatar Rohit Santhanam2021-04-08
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Fixed output of complex matricesGravatar Jens Wehner2021-03-15
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Add log2 operation to TensorBaseGravatar Eugene Zhulenev2021-03-04
* Inherit from `no_assignment_operator` to avoid implicit copy constructor warn...Gravatar Christoph Hertzberg2021-02-27
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
* ReturnByValue is already non-copyableGravatar Christoph Hertzberg2021-02-27
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Don't crash when attempting to slice an empty tensor.Gravatar Rasmus Munk Larsen2021-02-24
* Some improvements for kissfft from Martin Reinecke(pocketfft author):Gravatar Guoqiang QI2021-02-24
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
* Add missing adolc isinf/isnan.Gravatar Antonio Sanchez2021-02-19
* Return nan at poles of polygamma, digamma, and zeta if limit is not definedGravatar frgossen2021-02-19
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* fix test of ExtractVolumePatchesOpGravatar Gmc22021-01-25
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* fix paddings of TensorVolumePatchOpGravatar Maozhou, Ge2021-01-15
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Replace call to FixedDimensions() with a singleton instance ofGravatar Turing Eret2020-12-16
* TensorStorage with FixedDimensions now has zero instance memory overhead.Gravatar Turing Eret2020-12-14
* Remove code checking for CMake < 3.5Gravatar Alexander Grund2020-12-14
* Fix bad NEON fp16 checkGravatar Antonio Sanchez2020-12-04