aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* This fixes an issue where the compiler was not choosing the GPU specific spec...Gravatar Rohit Santhanam2021-04-08
* 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
* Add parallelization of TensorScanOp for types without packet ops.Gravatar Rasmus Munk Larsen2020-05-06
* Vectorize and parallelize TensorScanOp.Gravatar Rasmus Munk Larsen2020-05-05
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Workaround stupid warningGravatar Gael Guennebaud2018-10-08
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
* 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
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Improved the detection of packet size in the tensor scan evaluator.Gravatar Benoit Steiner2016-07-11
* Add missing CUDA kernel to tensor scan opGravatar Igor Babuschkin2016-06-29
* Don't store the scan axis in the evaluator of the tensor scan operation since...Gravatar Benoit Steiner2016-06-27
* Implement exclusive scan optionGravatar Igor Babuschkin2016-06-14
* Merged in ibab/eigen (pull request PR-195)Gravatar Benoit Steiner2016-06-10
|\
| * Add small fixes to TensorScanOpGravatar Igor Babuschkin2016-06-07
* | Improved code formattingGravatar Benoit Steiner2016-06-09
|/
* Fixed compilation error with gcc 4.4Gravatar Benoit Steiner2016-06-06
* Add tensor scan opGravatar Igor Babuschkin2016-06-02