aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | | | | Merged in mehdi_goli/opencl/CmakeFixForUbuntu16.04 (pull request PR-11)Gravatar Benoit Steiner2017-05-24
| |\ \ \ \ \ \
| | | * | | | | Restore misplaced commentGravatar a-doumoulakis2017-05-24
| | | * | | | | Merge changed from upstreamGravatar a-doumoulakis2017-05-24
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merged in DuncanMcBain/opencl/default (pull request PR-2)Gravatar Mehdi Goli2017-05-24
| | |\ \ \ \ \ \
| | * | | | | | | Fixing Cmake for gcc>=5.Gravatar Mehdi Goli2017-05-24
| | | * | | | | | Update FindComputeCpp.cmake with new changes from SDKGravatar Duncan McBain2017-05-24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
* | | | | | | | Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
* | | | | | | | bug #1411: fix usage of alignment information in vectorization of quaternion ...Gravatar Gael Guennebaud2017-06-07
* | | | | | | | Make sure CholmodSupport works when included in multiple compilation units (i...Gravatar Christoph Hertzberg2017-06-06
* | | | | | | | bug #1417: make LinSpace compatible with std::complexGravatar Gael Guennebaud2017-06-06
| |_|_|_|_|_|/ |/| | | | | |
| | * | | | | Merge with Benoit.Gravatar Mehdi Goli2017-05-23
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Temporarry branch for synch with upstreamGravatar Mehdi Goli2017-05-23
| * | | | | | Merged in mehdi_goli/opencl/FixingCmakeDependency (pull request PR-2)Gravatar Benoit Steiner2017-05-22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged in mehdi_goli/opencl/TensorSupportedDevice (pull request PR-6)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 cmake file FindTriSYCL.cmakeGravatar a-doumoulakis2017-05-17
| | * | | Add support for triSYCLGravatar a-doumoulakis2017-05-05
| |/ / /
* | | | updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning mes...Gravatar Abhijit Kundu2017-05-01
* | | | Fixed nested angle barckets >> issue when compiling with cuda 8Gravatar Abhijit Kundu2017-04-27
| |/ / |/| |
* | | Fix dense * sparse-selfadjoint-view product.Gravatar Gael Guennebaud2017-04-25
* | | Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
* | | Improve mixing of complex and real in the vectorized path of apply_rotation_i...Gravatar Gael Guennebaud2017-04-14
* | | Fix unwanted Real to Scalar to Real conversions in column-pivoting QR.Gravatar Gael Guennebaud2017-04-14
* | | Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-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
* | update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-03-15
| |\ | |/ |/|
* | Silenced compilation warningGravatar Benoit Steiner2017-03-15
| * Temporary: Disables cxx11_tensor_argmax_sycl test since it is causing zombie ...Gravatar Luke Iwanski2017-03-15
| * Fixes bug in get_sycl_supported_devices() that was reporting unsupported Inte...Gravatar Luke Iwanski2017-03-15
* | Merged in ilya-biryukov/eigen/fix_clang_cuda_compilation (pull request PR-304)Gravatar Benoit Steiner2017-03-15
|\ \
* | | better check array index before using itGravatar Gael Guennebaud2017-03-15
* | | ARM prefetch fixes: Implement prefetch on ARM64. Do not clobber cc on ARM32.Gravatar Benoit Jacob2017-03-15