aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
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
* 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
* 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
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
* This fixes an issue where the compiler was not choosing the GPU specific spec...Gravatar Rohit Santhanam2021-04-08
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* 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
* Don't crash when attempting to slice an empty tensor.Gravatar Rasmus Munk Larsen2021-02-24
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* 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
* Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.Gravatar Rasmus Munk Larsen2020-12-02
* Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandomGravatar Antonio Sanchez2020-11-18
* Fix rule-of-3 for the Tensor module.Gravatar Antonio Sanchez2020-11-18
* [SYCL clean up the code] : removing exrta #pragma unroll in SYCL which was ca...Gravatar mehdi-goli2020-10-28
* Get rid of nested template specialization in TensorReductionGpu.h, which was ...Gravatar Rasmus Munk Larsen2020-10-13
* Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...Gravatar Rasmus Munk Larsen2020-10-13
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Fix Eigen::ThreadPool::CurrentThreadId returning wrong thread id when EIGEN_A...Gravatar Zhuyie2020-09-25
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Adding an explicit launch_bounds(1024) attribute for GPU kernels.Gravatar Deven Desai2020-08-05
* Inherit alignment trait from argument in TensorBroadcasting to avoid segfault...Gravatar Rasmus Munk Larsen2020-07-28
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Run two independent chains, when reducing tensors.Gravatar Ilya Tokar2020-06-16
* Eigen moved the `scanLauncehr` function inside the internal namespace.Gravatar mehdi-goli2020-05-11
* Add parallelization of TensorScanOp for types without packet ops.Gravatar Rasmus Munk Larsen2020-05-06
* Fix accidental copy of loop variable.Gravatar Rasmus Munk Larsen2020-05-05
* Vectorize and parallelize TensorScanOp.Gravatar Rasmus Munk Larsen2020-05-05
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Add async evaluation support to TensorSlicingOp.Gravatar Eugene Zhulenev2020-04-22
* Fix a bug in TensorIndexList.hGravatar Changming Sun2020-04-13
* Resolve C4346 when building eigen on windowsGravatar jangsoopark2020-04-08