aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* 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
* Disable min/max NaN propagation in test cxx11_tensor_exprGravatar David Tellenbach2020-08-14
* 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
* Update tensor reduction test to avoid undefined division of bfloat16 by int.Gravatar Rasmus Munk Larsen2020-07-22
* 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
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Update FindComputeCpp.cmake to fix build problems on WindowsGravatar Thales Sabino2020-06-05
* Disable test for 32-bit systems (e.g. ARM, i386)Gravatar Antonio Sánchez2020-05-28
* 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
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Fix a bug in TensorIndexList.hGravatar Changming Sun2020-04-13
* Resolve C4346 when building eigen on windowsGravatar jangsoopark2020-04-08
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Update MarketIO.hGravatar Cédric Hubert2020-02-28
* Avoid a division in NonBlockingThreadPool::Steal.Gravatar Ilya Tokar2020-02-14
* Fail at compile time if default executor tries to use non-default deviceGravatar Eugene Zhulenev2020-02-06
* Remove dead code from TensorReduction.hGravatar Eugene Zhulenev2020-01-29
* fix hip-clang compilation due to new HIP scalar accessorGravatar Jeff Daily2020-01-20
* Fix for HIP breakage - 200115. Adding a missing EIGEN_DEVICE_FUNC attrGravatar Deven Desai2020-01-16
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* Convert StridedLinearBufferCopy::Kind to enum classGravatar Eugene Zhulenev2020-01-13
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Fix for HIP breakage - 191220Gravatar Deven Desai2019-12-20
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Reduce code duplication and avoid confusing DoxygenGravatar Christoph Hertzberg2019-12-19
* Hide recursive meta templates from DoxygenGravatar Christoph Hertzberg2019-12-19
* Use double-braces initialization (as everywhere else in the test-suite).Gravatar Christoph Hertzberg2019-12-19
* Fix trivial shadow warningGravatar Christoph Hertzberg2019-12-19
* Fix TensorPadding bug in squeezed reads from inner dimension Gravatar Eugene Zhulenev2019-12-19
* Return const data pointer from TensorRef evaluator.data()Gravatar Eugene Zhulenev2019-12-18
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* fix compilation due to new HIP scalar accessorGravatar Jeff Daily2019-12-17
* Reduce block evaluation overhead for small tensor expressionsGravatar Eugene Zhulenev2019-12-17
* Initialize non-trivially constructible types when allocating a temp buffer.Gravatar Eugene Zhulenev2019-12-12
* Squeeze reads from two inner dimensions in TensorPaddingGravatar Eugene Zhulenev2019-12-11