aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
* Advertize the packet api of the tensor reducers iff the corresponding packet ...Gravatar Benoit Steiner2016-05-18
* #if defined(EIGEN_USE_NONBLOCKING_THREAD_POOL) is now #if !defined(EIGEN_USE_...Gravatar Benoit Steiner2016-05-17
* Fixed compilation errorGravatar Benoit Steiner2016-05-17
* Fixed compilation error in the tensor thread poolGravatar Benoit Steiner2016-05-17
* Merge upstream.Gravatar Rasmus Munk Larsen2016-05-17
|\
* | Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
| * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-17
|/|
| * Enable the use of the packet api to evaluate tensor broadcasts. This speed th...Gravatar Benoit Steiner2016-05-17
| * Allow vectorized padding on GPU. This helps speed things up a littleGravatar Benoit Steiner2016-05-17
| * Added missing costPerCoeff methodGravatar Benoit Steiner2016-05-16
| * Turn on the cost model by default. This results in some significant speedups ...Gravatar Benoit Steiner2016-05-16
| * Fixed syntax errorGravatar Benoit Steiner2016-05-16
| * Turnon the new thread pool by default since it scales much better over multip...Gravatar Benoit Steiner2016-05-13
| * New multithreaded contraction that doesn't rely on the thread pool to run the...Gravatar Benoit Steiner2016-05-13
| * Removed unnecessary thread synchronizationGravatar Benoit Steiner2016-05-13
| * Fixed compilation errors triggered by old versions of gccGravatar Benoit Steiner2016-05-12
* | Diasbled cost model by accident. Revert.Gravatar Rasmus Munk Larsen2016-05-12
* | Address comments by bsteiner.Gravatar Rasmus Munk Larsen2016-05-12
* | Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
|/
* Worked around a compilation error triggered by nvcc when compiling a tensor c...Gravatar Benoit Steiner2016-05-12
* Fixed potential race condition in the non blocking thread poolGravatar Benoit Steiner2016-05-12
* Replace implicit cast with an explicit oneGravatar Benoit Steiner2016-05-12
* Worked around compilation errors with older versions of gccGravatar Benoit Steiner2016-05-11
* Improved the portability of the tensor codeGravatar Benoit Steiner2016-05-11
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
* fixed some double-promotion and sign-compare warningsGravatar Christoph Hertzberg2016-05-11
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Fix potential race condition in the CUDA reduction code.Gravatar Benoit Steiner2016-05-11
* Explicitely initialize all the atomic variables.Gravatar Benoit Steiner2016-05-11
* Properly gate the use of half2.Gravatar Benoit Steiner2016-05-10
* Added support for fp16 to the sigmoid functor.Gravatar Benoit Steiner2016-05-10
* Small improvement to the full reduction of fp16Gravatar Benoit Steiner2016-05-10
* Simplified the reduction code a little.Gravatar Benoit Steiner2016-05-10
* Improved the performance of full reductions on GPU:Gravatar Benoit Steiner2016-05-09
* Added the ability to use a scratch buffer in cuda kernelsGravatar Benoit Steiner2016-05-09
* Added a new parallelFor api to the thread pool device.Gravatar Benoit Steiner2016-05-09
* Optimized the non blocking thread pool:Gravatar Benoit Steiner2016-05-09
* Marked a few tensor operations as read onlyGravatar Benoit Steiner2016-05-05
* Relaxed an assertion that was tighter that necessary.Gravatar Benoit Steiner2016-05-05
* Strongly hint but don't force the compiler to unroll a some loops in the tens...Gravatar Benoit Steiner2016-05-05
* Added tests for full contractions using thread pools and gpu devices.Gravatar Benoit Steiner2016-05-05
* Updated the contraction code to ensure that full contraction return a tensor ...Gravatar Benoit Steiner2016-05-05
* Removed extraneous 'explicit' keywordsGravatar Benoit Steiner2016-05-04
* Use numext::isfinite instead of std::isfiniteGravatar Benoit Steiner2016-05-03
* Deleted superfluous explicit keyword.Gravatar Benoit Steiner2016-05-03
* Fixed compilation errorGravatar Benoit Steiner2016-05-01
* Added missing accessors to fixed sized tensorsGravatar Benoit Steiner2016-04-29
* Deleted trailing commasGravatar Benoit Steiner2016-04-29
* Deleted useless trailing commasGravatar Benoit Steiner2016-04-29
* Deleted unnecessary trailing commas.Gravatar Benoit Steiner2016-04-29