| Commit message (Expand) | Author | Age |
* | Support manually disabling exceptionsHEADmaster | Benjamin Barenblat | 2021-07-07 |
* | Fix Tensor documentation page. | Antonio Sanchez | 2021-07-03 |
* | Don't crash when attempting to shuffle an empty tensor. | Jonas Harsch | 2021-07-02 |
* | Fix compile issues for gcc 4.8. | Antonio Sanchez | 2021-07-01 |
* | Modify tensor argmin/argmax to always return first occurence. | Antonio Sanchez | 2021-06-29 |
* | Rewrite balancer to avoid overflows. | Antonio Sanchez | 2021-06-21 |
* | changed documentation to make example compile | jenswehner | 2021-06-16 |
* | Fix placement of permanent GPU defines. | Antonio Sanchez | 2021-06-15 |
* | Fix more enum arithmetic. | Rasmus Munk Larsen | 2021-06-15 |
* | Add ability to permanently enable HIP/CUDA gpu* defines. | Antonio Sanchez | 2021-06-11 |
* | Allow custom TENSOR_CONTRACTION_DISPATCH macro. | Antonio Sanchez | 2021-06-11 |
* | Removed dead code from GPU float16 unit test. | Rohit Santhanam | 2021-05-28 |
* | Fix calls to device functions from host code | Nathan Luehr | 2021-05-11 |
* | Clean up gpu device properties. | Antonio Sanchez | 2021-05-07 |
* | Simplify TensorRandom and remove time-dependence. | Antonio Sanchez | 2021-05-04 |
* | Fix for issue with static global variables in TensorDeviceGpu.h | Turing Eret | 2021-04-23 |
* | Check existence of BSD random before use. | Antonio Sanchez | 2021-04-22 |
* | Modify googlehash use to account for namespace issues. | Antonio Sanchez | 2021-04-12 |
* | Fix typo in TensorDimensions.h | Rasmus Munk Larsen | 2021-04-12 |
* | Fix for float16 GPU unit test. | Rohit Santhanam | 2021-04-12 |
* | fixed doxygen for unsupported iterative solver module | Jens Wehner | 2021-04-11 |
* | This fixes an issue where the compiler was not choosing the GPU specific spec... | Rohit Santhanam | 2021-04-08 |
* | Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in... | Steve Bronder | 2021-03-24 |
* | Fixed output of complex matrices | Jens Wehner | 2021-03-15 |
* | Re-implement move assignments. | Antonio Sanchez | 2021-03-10 |
* | Define EIGEN_CPLUSPLUS and replace most __cplusplus checks. | Antonio Sanchez | 2021-03-05 |
* | Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid... | David Tellenbach | 2021-03-05 |
* | Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out... | Steve Bronder | 2021-03-04 |
* | Add log2 operation to TensorBase | Eugene Zhulenev | 2021-03-04 |
* | Inherit from `no_assignment_operator` to avoid implicit copy constructor warn... | Christoph Hertzberg | 2021-02-27 |
* | Fix some enum-enum conversion warnings | Christoph Hertzberg | 2021-02-27 |
* | ReturnByValue is already non-copyable | Christoph Hertzberg | 2021-02-27 |
* | Fix double-promotion warnings | Christoph Hertzberg | 2021-02-27 |
* | Idrs iterative linear solver | Jens Wehner | 2021-02-27 |
* | Don't crash when attempting to slice an empty tensor. | Rasmus Munk Larsen | 2021-02-24 |
* | Some improvements for kissfft from Martin Reinecke(pocketfft author): | Guoqiang QI | 2021-02-24 |
* | Eliminate CMake FindPackageHandleStandardArgs warnings. | Antonio Sanchez | 2021-02-24 |
* | Add missing adolc isinf/isnan. | Antonio Sanchez | 2021-02-19 |
* | Return nan at poles of polygamma, digamma, and zeta if limit is not defined | frgossen | 2021-02-19 |
* | Remove vim specific comments to recognoize correct file-type. | David Tellenbach | 2021-02-09 |
* | add specialization of check_sparse_solving() for SuperLU solver, in order to ... | Ralf Hannemann-Tamas | 2021-02-08 |
* | Include `<cstdint>` in one place, remove custom typedefs | Antonio Sanchez | 2021-01-26 |
* | fix test of ExtractVolumePatchesOp | Gmc2 | 2021-01-25 |
* | Remove std::cerr in iterative solver since we don't have iostream. | David Tellenbach | 2021-01-21 |
* | fix paddings of TensorVolumePatchOp | Maozhou, Ge | 2021-01-15 |
* | Add CUDA complex sqrt. | Antonio Sanchez | 2020-12-22 |
* | Replace call to FixedDimensions() with a singleton instance of | Turing Eret | 2020-12-16 |
* | TensorStorage with FixedDimensions now has zero instance memory overhead. | Turing Eret | 2020-12-14 |
* | Remove code checking for CMake < 3.5 | Alexander Grund | 2020-12-14 |
* | Fix bad NEON fp16 check | Antonio Sanchez | 2020-12-04 |