Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merged in jkflying/eigen-fix-scaling (pull request PR-302) | Gael Guennebaud | 2017-11-10 |
|\ | | | | | | | Make scaling work with non-square matrices | ||
* | | Check that Schur decomposition succeed. | Gael Guennebaud | 2017-11-10 |
| | | |||
* | | bug #1484: restore deleted line for 128 bits long doubles, and improve ↵ | Gael Guennebaud | 2017-11-10 |
| | | | | | | | | dispatching logic. | ||
* | | Merged in JonasMu/eigen (pull request PR-329) | Benoit Steiner | 2017-10-27 |
|\ \ | | | | | | | | | | | | | | | | Added an example for a contraction to a scalar value to README.md Approved-by: Jonas Harsch <jonas.harsch@gmail.com> | ||
* \ \ | Merged in benoitsteiner/opencl (pull request PR-341) | Benoit Steiner | 2017-10-17 |
|\ \ \ | |||
* | | | | Specialize ThreadPoolDevice::enqueueNotification for the case with no args. ↵ | Rasmus Munk Larsen | 2017-10-13 |
| | | | | | | | | | | | | | | | | As an example this reduces binary size of an TensorFlow demo app for Android by about 2.5%. | ||
| * | | | Changes required for new ComputeCpp CE version. | Mehdi Goli | 2017-09-18 |
| | | | | |||
* | | | | Fix cut-and-paste error. | Rasmus Munk Larsen | 2017-09-08 |
| | | | | |||
* | | | | Avoid undefined behavior in Eigen::TensorCostModel::numThreads. | Rasmus Munk Larsen | 2017-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) | Gael Guennebaud | 2017-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 ↵ | Jonas Harsch | 2017-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. | Benoit Steiner | 2017-08-31 |
| | | | | |||
| * | | | bug #1464 : Fixes construction of EulerAngles from 3D vector expression. | Abhijit Kundu | 2017-08-30 |
|/ / / | |||
| * | | Fixing Argmax that was breaking upstream TensorFlow. | Benoit Steiner | 2017-07-22 |
| | | | |||
| | * | Make scaling work with non-square matrices | Julian Kent | 2017-03-03 |
| | | | |||
* | | | Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH ↵ | Gael Guennebaud | 2017-07-17 |
|/ / | | | | | | | aliases | ||
* | | Code cleanup | Benoit Steiner | 2017-07-10 |
| | | |||
* | | Fixed syntax errors generated by xcode | Benoit Steiner | 2017-07-09 |
| | | |||
* | | Avoid relying on cxx11 features when possible. | Benoit Steiner | 2017-07-08 |
| | | |||
* | | Merged in benoitsteiner/opencl (pull request PR-323) | Benoit Steiner | 2017-07-07 |
|\ \ | | | | | | | | | | Improved support for OpenCL | ||
* \ \ | Merged in hughperkins/eigen/add-endif-labels-TensorReductionCuda.h (pull ↵ | Benoit Steiner | 2017-07-07 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | request PR-315) Add labels to #ifdef, in TensorReductionCuda.h | ||
* | | | | Merged in tntnatbry/eigen (pull request PR-319) | Benoit Steiner | 2017-07-07 |
| | | | | | | | | | | | | | | | | Tensor Trace op | ||
* | | | | Improved the randomness of the tensor random generator | Benoit Steiner | 2017-07-06 |
| | | | | |||
* | | | | Fixed compilation warning | Benoit Steiner | 2017-07-06 |
| | | | | |||
| | * | | Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull ↵ | Benoit Steiner | 2017-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) | Benoit Steiner | 2017-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) | Benoit Steiner | 2017-06-13 |
|\ \ \ | | | | | | | | | | | | | Improved support for OpenCL | ||
| | * | | Add labels to #ifdef, in TensorReductionCuda.h | Hugh Perkins | 2017-06-06 |
| | | | | |||
| * | | | Merged in mehdi_goli/opencl/SYCLAlignAllocator (pull request PR-7) | Benoit Steiner | 2017-05-26 |
| |\ \ \ | | | | | | | | | | | | | | | | Fixing SYCL alignment issue required by TensorFlow. | ||
| * \ \ \ | Merged eigen/eigen into default | Benoit Steiner | 2017-05-26 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Applying Ronnan's comments. | Mehdi Goli | 2017-05-26 |
| | | | | | |||
| | | * | | Applying Benoit's comment;removing dead code. | Mehdi Goli | 2017-05-25 |
| | | | | | |||
| * | | | | Restore misplaced comment | a-doumoulakis | 2017-05-24 |
| | | | | | |||
| * | | | | Merge changed from upstream | a-doumoulakis | 2017-05-24 |
| |\ \ \ \ | |||
* | | | | | | Specializing numeric_limits For AutoDiffScalar | Mmanu Chaturvedi | 2017-05-23 |
| | | | | | | |||
* | | | | | | Fix compilation of matrix log with Map as input | Gael Guennebaud | 2017-06-07 |
| |_|/ / / |/| | | | | |||
| | | * | | Fixing SYCL alignment issue required by TensorFlow. | Mehdi Goli | 2017-05-22 |
| | | | | | |||
| | * | | | Fixing suported device list. | Mehdi Goli | 2017-05-22 |
| | |/ / | |||
| * / / | Add support for triSYCL | a-doumoulakis | 2017-05-05 |
| |/ / | | | | | | | | | | | | | | | | Eigen is now able to use triSYCL with EIGEN_SYCL_TRISYCL and TRISYCL_INCLUDE_DIR options Fix contraction kernel with correct nd_item dimension | ||
* / / | Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ ↵ | RJ Ryan | 2017-04-14 |
|/ / | | | | | | | | | | | | | | | | | | | in MeanReducer. Improves support for std::complex types when compiling for CUDA. Expands on e2e9cdd16970914cf0a892fea5e7c4402b3ede41 and 2bda1b0d93fb627d0c500ec48b20302d44c32cb7 . | ||
* | | Merged in benoitsteiner/opencl (pull request PR-309) | Benoit Steiner | 2017-04-05 |
|\ \ | | | | | | | | | | OpenCL improvements | ||
| * | | Deleted empty line of code | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | Guard sycl specific code under a EIGEN_USE_SYCL ifdef | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | Code cleanup | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | Guard the sycl specific code with EIGEN_USE_SYCL | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | Guard the sycl specific code with a #ifdef EIGEN_USE_SYCL | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | iGate the sycl specific code under a EIGEN_USE_SYCL define | Benoit Steiner | 2017-04-04 |
| | | | |||
| * | | Fixed compilation error when sycl is enabled. | Benoit Steiner | 2017-04-04 |
| | | | |||
* | | | fix typos in the Tensor readme | Gagan Goel | 2017-03-31 |
| | | | |||
| * | | Restored code compatibility with compilers that dont support c++11 | Benoit Steiner | 2017-03-31 |
| | | | | | | | | | | | | Gated more sycl code under #ifdef sycl |