aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* 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
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...Gravatar RJ Ryan2017-12-31
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
* Use numext::conj instead of std::conjGravatar Benoit Steiner2016-08-01
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Relaxed the condition used to gate the fft code.Gravatar Benoit Steiner2016-03-31
* Properly gate the fft codeGravatar Benoit Steiner2016-03-31
* Use EIGEN_PI instead of redefining our own constant PIGravatar Benoit Steiner2016-03-05
* Don't rely on the M_PI constant since not all compilers provide it.Gravatar Benoit Steiner2016-03-04
* Don't use implicit type conversions in initializer lists since not all compil...Gravatar Benoit Steiner2016-03-04
* Prevent unecessary Index to int conversionsGravatar Benoit Steiner2016-02-21
* Get rid of duplicate code.Gravatar Rasmus Munk Larsen2016-02-19
* Speed up tensor FFT by up ~25-50%.Gravatar Rasmus Munk Larsen2016-02-19
* Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
* Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
* Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22