aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Move KLU support to officialGravatar Gael Guennebaud2017-11-10
|
* KLU: truely disable unimplemented code, add proper static assertions in solveGravatar Gael Guennebaud2017-11-10
|
* Merged in kylemacfarlan/eigen (pull request PR-337)Gravatar Gael Guennebaud2017-11-10
|\ | | | | | | Add support for SuiteSparse's KLU routines
* \ Merged in spraetor/eigen (pull request PR-305)Gravatar Gael Guennebaud2017-11-10
|\ \ | | | | | | | | | Issue with mpreal and std::numeric_limits::digits
* \ \ Merged in jkflying/eigen-fix-scaling (pull request PR-302)Gravatar Gael Guennebaud2017-11-10
|\ \ \ | | | | | | | | | | | | Make scaling work with non-square matrices
* | | | Check that Schur decomposition succeed.Gravatar Gael Guennebaud2017-11-10
| | | |
* | | | bug #1484: restore deleted line for 128 bits long doubles, and improve ↵Gravatar Gael Guennebaud2017-11-10
| | | | | | | | | | | | | | | | dispatching logic.
* | | | Merged in JonasMu/eigen (pull request PR-329)Gravatar Benoit Steiner2017-10-27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added an example for a contraction to a scalar value to README.md Approved-by: Jonas Harsch <jonas.harsch@gmail.com>
* | | | | Removed unecesasry #includeGravatar Benoit Steiner2017-10-22
| | | | |
* | | | | Merged in benoitsteiner/opencl (pull request PR-341)Gravatar Benoit Steiner2017-10-17
|\ \ \ \ \
* | | | | | Specialize ThreadPoolDevice::enqueueNotification for the case with no args. ↵Gravatar Rasmus Munk Larsen2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | As an example this reduces binary size of an TensorFlow demo app for Android by about 2.5%.
| | | | | * Add support for SuiteSparse's KLU routinesGravatar Kyle Vedder2017-10-04
| |_|_|_|/ |/| | | |
| * | | | Changes required for new ComputeCpp CE version.Gravatar Mehdi Goli2017-09-18
| | | | |
* | | | | Fix cut-and-paste error.Gravatar Rasmus Munk Larsen2017-09-08
| | | | |
* | | | | Avoid undefined behavior in Eigen::TensorCostModel::numThreads.Gravatar Rasmus Munk Larsen2017-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cost is large enough then the thread count can be larger than the maximum representable int, so just casting it to an int is undefined behavior. Contributed by phurst@google.com.
* | | | | Merged in infinitei/eigen (pull request PR-328)Gravatar Gael Guennebaud2017-09-06
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression. Approved-by: Tal Hadad <tal_hd@hotmail.com> Approved-by: Abhijit Kundu <abhijit.kundu@gatech.edu>
| | | * | | Added an example for a contraction to a scalar value, e.g. a double ↵Gravatar Jonas Harsch2017-09-01
| |_|/ / / |/| | | | | | | | | | | | | | contraction of two second order tensors and how you can get the value of the result. I lost one day to get this doen so I think it will help some guys. I also added Eigen:: to the IndexPair and and array in the same example.
* | | | | 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 ↵Gravatar Gael Guennebaud2017-08-24
| | | | | | | | | | | | | | | | introducing EIGEN_CUDACC_VER
| * | | Fixing Argmax that was breaking upstream TensorFlow.Gravatar Benoit Steiner2017-07-22
| | | |
| | | * Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. ↵Gravatar Simon Praetorius2017-03-24
| | | | | | | | | | | | | | | | Added a digits() traits in NumTraits with fallback to static constant. Specialization for mpreal added in MPRealSupport.
| | * | Make scaling work with non-square matricesGravatar Julian Kent2017-03-03
| | | |
* | | | Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH ↵Gravatar Gael Guennebaud2017-07-17
|/ / / | | | | | | | | | aliases
* | | Code cleanupGravatar Benoit Steiner2017-07-10
| | |
* | | Fixed syntax errors generated by xcodeGravatar Benoit Steiner2017-07-09
| | |
* | | Avoid relying on cxx11 features when possible.Gravatar Benoit Steiner2017-07-08
| | |
* | | Merged in benoitsteiner/opencl (pull request PR-323)Gravatar Benoit Steiner2017-07-07
|\ \ \ | | | | | | | | | | | | Improved support for OpenCL
* \ \ \ Merged in hughperkins/eigen/add-endif-labels-TensorReductionCuda.h (pull ↵Gravatar Benoit Steiner2017-07-07
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | request PR-315) Add labels to #ifdef, in TensorReductionCuda.h
* | | | | Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
| | | | | | | | | | | | | | | | | | | | Tensor Trace op
* | | | | Improved the randomness of the tensor random generatorGravatar Benoit Steiner2017-07-06
| | | | |
* | | | | Fixed compilation warningGravatar Benoit Steiner2017-07-06
| | | | |
| | * | | Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull ↵Gravatar Benoit Steiner2017-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request PR-14) Applying Benoit's comment for Fixing ImageVolumePatch. * Applying Benoit's comment for Fixing ImageVolumePatch. Fixing conflict on cmake file. * Fixing dealocation of the memory in ImagePatch test for SYCL. * Fixing the automerge issue.
| | * | | Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DataDependancy * Wrapping data type to the pointer class for sycl in non-terminal nodes; not having that breaks Tensorflow Conv2d code. * Applying Ronnan's Comments. * Applying benoit's comments
* | | | Merged in benoitsteiner/opencl (pull request PR-318)Gravatar Benoit Steiner2017-06-13
|\ \ \ \ | | | | | | | | | | | | | | | Improved support for OpenCL
* | | | | fix compilation in C++98Gravatar Gael Guennebaud2017-06-09
| | | | |
| | * | | Add labels to #ifdef, in TensorReductionCuda.hGravatar Hugh Perkins2017-06-06
| | | | |
| * | | | Merged in mehdi_goli/opencl/SYCLAlignAllocator (pull request PR-7)Gravatar Benoit Steiner2017-05-26
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Fixing SYCL alignment issue required by TensorFlow.
| * \ \ \ \ Merged eigen/eigen into defaultGravatar Benoit Steiner2017-05-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Applying Ronnan's comments.Gravatar Mehdi Goli2017-05-26
| | | | | |
| | | * | | Applying Benoit's comment;removing dead code.Gravatar Mehdi Goli2017-05-25
| | | | | |
| * | | | | Restore misplaced commentGravatar a-doumoulakis2017-05-24
| | | | | |
| * | | | | Merge changed from upstreamGravatar a-doumoulakis2017-05-24
| |\ \ \ \ \
* | | | | | | Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
| | | | | | |
* | | | | | | Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
| |_|/ / / / |/| | | | |
| | * | | | Merged in mehdi_goli/opencl/FixingCmakeDependency (pull request PR-2)Gravatar Benoit Steiner2017-05-22
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixing Cmake Dependency for SYCL
| | | | * | | Fixing SYCL alignment issue required by TensorFlow.Gravatar Mehdi Goli2017-05-22
| | | | | | |
| | * | | | | Fixing suported device list.Gravatar Mehdi Goli2017-05-22
| | | |/ / / | | |/| | |
| | | * | | Fixing Cmake Dependency for SYCLGravatar Mehdi Goli2017-05-22
| | |/ / /