aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Fix cut-and-paste error.Gravatar Rasmus Munk Larsen2017-09-08
* Avoid undefined behavior in Eigen::TensorCostModel::numThreads.Gravatar Rasmus Munk Larsen2017-09-08
* Merged in infinitei/eigen (pull request PR-328)Gravatar Gael Guennebaud2017-09-06
|\
* | 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 in...Gravatar Gael Guennebaud2017-08-24
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* 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
|\
* \ Merged in hughperkins/eigen/add-endif-labels-TensorReductionCuda.h (pull requ...Gravatar Benoit Steiner2017-07-07
|\ \
* | | Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
* | | 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 reque...Gravatar Benoit Steiner2017-07-06
| | * Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
| |/ |/|
* | Merged in benoitsteiner/opencl (pull request PR-318)Gravatar Benoit Steiner2017-06-13
|\ \
* | | 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
| |\ \
| * \ \ 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 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
| | |/
| * / Add support for triSYCLGravatar a-doumoulakis2017-05-05
| |/
* / Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
|/
* Merged in benoitsteiner/opencl (pull request PR-309)Gravatar Benoit Steiner2017-04-05
|\
| * Preserve file naming conventionsGravatar Benoit Steiner2017-04-04
| * 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
| * 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
| * Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of ...Gravatar Mehdi Goli2017-03-28
| * Introduces align allocator for SYCL bufferGravatar Luke Iwanski2017-03-20