aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Add unit test for -Tensor<complex> on GPUGravatar Gael Guennebaud2018-07-12
* Fix cxx11_tensor_fft not building on Windows.Gravatar Thales Sabino2018-07-12
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
| * bug #1567: add optimized path for tensor broadcasting and 'Channel First' shapeGravatar Gael Guennebaud2018-07-09
* | merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* | removing the *Hip files from the unsupported/Eigen/CXX11/src/Tensor and unsup...Gravatar Deven Desai2018-06-20
* | renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
* | syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\ \
| | * Activate dgmres unit testGravatar Gael Guennebaud2018-07-02
| |/
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| | * Merge from eigen/eigen.Gravatar Michael Figurnov2018-06-07
| | |\
| | * | Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
| | | * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
| * | | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
| |/ /
* / / Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/ /
| * Performance improvements to tensor broadcast operationGravatar Vamsi Sripathi2018-05-23
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Use numext::maxi & numext::mini.Gravatar Rasmus Munk Larsen2018-05-14
* Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
* Fix "used uninitialized" warningsGravatar Gael Guennebaud2018-04-24
* Workaround warningGravatar Gael Guennebaud2018-04-24
* Recent Adolc versions require C++11Gravatar Christoph Hertzberg2018-04-13
* Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Benoit Steiner2018-01-30
|\
* | Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...Gravatar RJ Ryan2017-12-31
| * Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Yangzihao Wang2017-12-12
|/
* Removed unecesasry #includeGravatar Benoit Steiner2017-10-22
* Merged in infinitei/eigen (pull request PR-328)Gravatar Gael Guennebaud2017-09-06
|\
* | Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
| * bug #1464 : Fixes construction of EulerAngles from 3D vector expression.Gravatar Abhijit Kundu2017-08-30
|/
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\
* | Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
| * Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull reque...Gravatar Benoit Steiner2017-07-06
|/
* Merged in benoitsteiner/opencl (pull request PR-318)Gravatar Benoit Steiner2017-06-13
|\
* | fix compilation in C++98Gravatar Gael Guennebaud2017-06-09
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-05-26
| |\
| * \ Merge changed from upstreamGravatar a-doumoulakis2017-05-24
| |\ \
* | | | Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
| |_|/ |/| |
| | * Fixing Cmake Dependency for SYCLGravatar Mehdi Goli2017-05-22
| * | Add support for triSYCLGravatar a-doumoulakis2017-05-05
| |/
* / Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
|/
* Preserve file naming conventionsGravatar Benoit Steiner2017-04-04
* Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of ...Gravatar Mehdi Goli2017-03-28
* Merged eigen/eigen into defaultGravatar Benoit Steiner2017-03-15
|\
* | Temporary: Disables cxx11_tensor_argmax_sycl test since it is causing zombie ...Gravatar Luke Iwanski2017-03-15
| * Make the non-blocking threadpool more flexible and less wasteful of CPU cycle...Gravatar Rasmus Munk Larsen2017-03-09
* | Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for sycl...Gravatar Mehdi Goli2017-03-07
* | Adding sycl backend for TensorCustomOp; fixing the partial lhs modification i...Gravatar Mehdi Goli2017-02-28