aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src
Commit message (Collapse)AuthorAge
* Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
|
* Enable RawAccess to tensor slices whenever possinle.Gravatar Benoit Steiner2018-04-30
| | | | Avoid 32-bit integer overflow in TensorSlicingOp
* Avoid using memcpy for non-POD elementsGravatar Weiming Zhao2018-04-11
|
* Update the padding computation for PADDING_SAME to be consistent with ↵Gravatar Benoit Steiner2018-01-30
|\ | | | | | | TensorFlow.
* | Disable use of recurrence for computing twiddle factors. Fixes FFT precision ↵Gravatar RJ Ryan2017-12-31
| | | | | | | | issues for large FFTs. https://github.com/tensorflow/tensorflow/issues/10749#issuecomment-354557689
* | Workaround nvcc 9.0 issue. See PR 351.Gravatar Gael Guennebaud2017-12-15
| | | | | | | | https://bitbucket.org/eigen/eigen/pull-requests/351
| * Update the padding computation for PADDING_SAME to be consistent with ↵Gravatar Yangzihao Wang2017-12-12
|/ | | | TensorFlow.
* 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>
* \ 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%.
| * | 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.
| | * 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
| |
| * Fixing Argmax that was breaking upstream TensorFlow.Gravatar Benoit Steiner2017-07-22
| |
* | 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
| * 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
|\ \ \
| | | * Fixing SYCL alignment issue required by TensorFlow.Gravatar Mehdi Goli2017-05-22
| | | |
| * | | Fixing suported device list.Gravatar Mehdi Goli2017-05-22
| | |/ | |/|
* / | Add support for triSYCLGravatar a-doumoulakis2017-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/ ↵Gravatar RJ Ryan2017-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)Gravatar Benoit Steiner2017-04-05
|\ | | | | | | OpenCL improvements
| * Deleted empty line of codeGravatar Benoit Steiner2017-04-04
| |
| * Guard sycl specific code under a EIGEN_USE_SYCL ifdefGravatar Benoit Steiner2017-04-04
| |
| * Code cleanupGravatar Benoit Steiner2017-04-04
| |
| * Guard the sycl specific code with EIGEN_USE_SYCLGravatar Benoit Steiner2017-04-04
| |
| * Guard the sycl specific code with a #ifdef EIGEN_USE_SYCLGravatar Benoit Steiner2017-04-04
| |
| * iGate the sycl specific code under a EIGEN_USE_SYCL defineGravatar Benoit Steiner2017-04-04
| |
| * Fixed compilation error when sycl is enabled.Gravatar Benoit Steiner2017-04-04
| |
* | fix typos in the Tensor readmeGravatar Gagan Goel2017-03-31
| |
| * Restored code compatibility with compilers that dont support c++11Gravatar Benoit Steiner2017-03-31
| | | | | | | | Gated more sycl code under #ifdef sycl
| * Restore the old constructors to retain compatibility with non c++11 compilers.Gravatar Benoit Steiner2017-03-31
| |
| * Gate the sycl specific code under #ifdef syclGravatar Benoit Steiner2017-03-31
| |