aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Fix a race in async tensor evaluation: Don't run on_done() until after device...Gravatar Rasmus Munk Larsen2019-11-11
* Break loop dependence in TensorGenerator block accessGravatar Eugene Zhulenev2019-11-11
* Fix data race in css11_tensor_notification test.Gravatar Rasmus Munk Larsen2019-11-08
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Merged in ezhulenev/eigen-01 (pull request PR-746)Gravatar Rasmus Larsen2019-11-04
|\
* | Cleanup includes in Tensor module after switch to C++11 and aboveGravatar Eugene Zhulenev2019-10-29
| * Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
|/
* Fix CXX11Meta compilation with MSVCGravatar Eugene Zhulenev2019-10-28
* Prevent potential ODR in TensorExecutorGravatar Eugene Zhulenev2019-10-28
* This PR fixes:Gravatar Mehdi Goli2019-10-23
* Merged in deven-amd/eigen-hip-fix-191018 (pull request PR-738)Gravatar Rasmus Larsen2019-10-22
|\
* | Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
| * Fix for the HIP build+test errors.Gravatar Deven Desai2019-10-22
* | Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
|/
* Propagate block evaluation preference through rvalue tensor expressionsGravatar Eugene Zhulenev2019-10-17
* Cleanup Tensor block destination and materialized block storage allocationGravatar Eugene Zhulenev2019-10-16
* TensorBroadcasting support for random/uniform blocksGravatar Eugene Zhulenev2019-10-16
* Block evaluation for TensorGenerator/TensorReverse/TensorShufflingGravatar Eugene Zhulenev2019-10-14
* bug #1747: fix compilation with MSVCGravatar Gael Guennebaud2019-10-14
* Block evaluation for TensorGenerator + TensorReverse + fixed bug in tensor re...Gravatar Eugene Zhulenev2019-10-10
* Block evaluation for TensorChipping + fixed bugs in TensorPadding and TensorS...Gravatar Eugene Zhulenev2019-10-09
* Implement c++03 compatible fix for changeset 7a43af1a335da2c0489b4119a33ee1cb...Gravatar Gael Guennebaud2019-10-09
* Fix compilation of FFTW unit testGravatar Gael Guennebaud2019-10-08
* Add block evaluation to TensorEvalTo and fix few small bugsGravatar Eugene Zhulenev2019-10-07
* Fixing incorrect size in Tensor documentation.Gravatar Brian Zhao2019-10-04
* Use "pdiv" rather than operator/ to support packet types.Gravatar Rasmus Munk Larsen2019-10-04
* Fix compilation warnings and errors with clang in TensorBlockV2 code and testsGravatar Eugene Zhulenev2019-10-04
* Add block evaluation to TensorReshaping/TensorCasting/TensorPadding/TensorSelectGravatar Eugene Zhulenev2019-10-02
* Add beta to TensorContractionKernel and make memset optionalGravatar Eugene Zhulenev2019-10-02
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Fix cxx11_tensor_block_io testGravatar Eugene Zhulenev2019-09-25
* Fix compilation warnings and errors with clang in TensorBlockV2Gravatar Eugene Zhulenev2019-09-25
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-25
* Fix a bug in a packed block type in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-24
* Merged in rmlarsen/eigen (pull request PR-704)Gravatar Rasmus Larsen2019-09-24
|\
| * Add TODO to cleanup FMA cost modelling.Gravatar Rasmus Munk Larsen2019-09-24
* | Choose TensorBlock StridedLinearCopy type staticallyGravatar Eugene Zhulenev2019-09-24
* | Add new TensorBlock api implementation + testsGravatar Eugene Zhulenev2019-09-24
* | Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* | Fix implicit conversion warnings and use pnegate to negate packetsGravatar Christoph Hertzberg2019-09-23
* | Fix (or mask away) conversion warnings introduced in 553caeb6a3bb545aef895f8f...Gravatar Christoph Hertzberg2019-09-23
* | Add support for asynchronous evaluation of tensor casting expressions.Gravatar Rasmus Munk Larsen2019-09-19
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
|/
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
| * Fix maybe-unitialized warnings in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
| * Use ThreadLocal container in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
|/
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11