aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
Commit message (Expand)AuthorAge
* Fail at compile time if default executor tries to use non-default deviceGravatar Eugene Zhulenev2020-02-06
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Reduce block evaluation overhead for small tensor expressionsGravatar Eugene Zhulenev2019-12-17
* Add back accidentally deleted default constructor to TensorExecutorTilingCont...Gravatar Eugene Zhulenev2019-12-11
* Remove block memory allocation required by removed block evaluation APIGravatar Eugene Zhulenev2019-12-10
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove TensorBlock.h and old TensorBlock/BlockMapperGravatar Eugene Zhulenev2019-12-10
* Do not use std::vector in getResourceRequirementsGravatar Eugene Zhulenev2019-12-09
* Use EIGEN_DEVICE_FUNC macro instead of __device__.Gravatar Rasmus Munk Larsen2019-12-03
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* 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
* Prevent potential ODR in TensorExecutorGravatar Eugene Zhulenev2019-10-28
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* Block evaluation for TensorGenerator/TensorReverse/TensorShufflingGravatar Eugene Zhulenev2019-10-14
* Block evaluation for TensorChipping + fixed bugs in TensorPadding and TensorS...Gravatar Eugene Zhulenev2019-10-09
* Add block evaluation to TensorEvalTo and fix few small bugsGravatar Eugene Zhulenev2019-10-07
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
* Fix block mapper type name in TensorExecutorGravatar Eugene Zhulenev2019-08-30
* evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* Allocate non-const scalar buffer for block evaluation with DefaultDeviceGravatar Eugene Zhulenev2019-07-01
* Merge with Eigen headGravatar Eugene Zhulenev2019-06-28
|\
* | Add block access to TensorReverseOp and make sure that TensorForcedEval uses ...Gravatar Eugene Zhulenev2019-06-28
| * [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
|/
* Prevent potential division by zero in TensorExecutorGravatar Eugene Zhulenev2019-05-17
* Always evaluate Tensor expressions with broadcasting via tiled evaluation cod...Gravatar Eugene Zhulenev2019-05-16
* Fix segfaults with cuda compilationGravatar Eugene Zhulenev2019-03-11
* Fix placement of "#if defined(EIGEN_GPUCC)" guard region.Gravatar Rasmus Munk Larsen2019-03-06
* Fiw shadowing of last and allGravatar Gael Guennebaud2018-09-21
* Explicitly construct tensor block dimensions from evaluator dimensionsGravatar Eugene Zhulenev2018-09-14
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\
| * Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
| * Removed an used variable (PacketSize) from TensorExecutorGravatar Sameer Agarwal2018-08-15
| * Fixed more compilation errorsGravatar Benoit Steiner2018-08-15
* | Merge with eigen/defaultGravatar Eugene Zhulenev2018-08-10
|\ \
| | * Code cleanupGravatar Benoit Steiner2018-08-13
| | * Use NULL instead of nullptr to avoid adding a cxx11 requirement.Gravatar Benoit Steiner2018-08-13
| |/
| * Avoided language features that are only available in cxx11 mode.Gravatar Benoit Steiner2018-08-10
* | Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
* | Replace all using declarations with typedefs in Tensor opsGravatar Eugene Zhulenev2018-08-01
|/
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possibleGravatar Eugene Zhulenev2018-07-27
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Remove SimpleThreadPool and always use {NonBlocking}ThreadPoolGravatar Eugene Zhulenev2018-07-16
* merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06