aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Merged in ezhulenev/eigen-01 (pull request PR-726)Gravatar Rasmus Larsen2019-10-10
|\
* | bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* | bug #1752: disable some is_convertible tests for recent compilers.Gravatar Gael Guennebaud2019-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
* Explicitly bypass resize and memmoves when there is already the exact right n...Gravatar Gael Guennebaud2019-10-08
* Disable an expected warning in unit testGravatar Gael Guennebaud2019-10-08
* fix one more possible conflicts with real/imagGravatar Gael Guennebaud2019-10-08
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* 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
* Merged in ezhulenev/eigen-01 (pull request PR-723)Gravatar Rasmus Larsen2019-10-04
|\
| * Fix compilation warnings and errors with clang in TensorBlockV2 code and testsGravatar Eugene Zhulenev2019-10-04
* | Address comments on Chebyshev evaluation code:Gravatar Rasmus Munk Larsen2019-10-02
| * Add block evaluation to TensorReshaping/TensorCasting/TensorPadding/TensorSelectGravatar Eugene Zhulenev2019-10-02
|/
* Add beta to TensorContractionKernel and make memset optionalGravatar Eugene Zhulenev2019-10-02
* Prevent infinite loop in the nvcc compiler while unrolling the recurrent temp...Gravatar Rasmus Munk Larsen2019-10-01
* Fix perf issue in SimplicialLDLT::solve for complexes (again, m_diag is real)Gravatar Gael Guennebaud2019-10-01
* Fix speed issue with SimplicialLDLT for complexes: the diagonal is real!Gravatar Gael Guennebaud2019-09-30
* 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 erf in c++03Gravatar 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
* | bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-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
* | Fix build on setups without AVX512DQ.Gravatar Rasmus Munk Larsen2019-09-19
|/
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-18
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
| * Revert accidental change to GCC diagnosticsGravatar Eugene Zhulenev2019-09-13
| * Fix maybe-unitialized warnings in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
| * Use ThreadLocal container in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-09-13
|/