aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
* 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 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
|\ \ \
| | | * 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
|/ /
| * 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
|\
| * 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
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-03-15
| |\ | |/ |/|
* | Silenced compilation warningGravatar Benoit Steiner2017-03-15
| * Fixes bug in get_sycl_supported_devices() that was reporting unsupported Inte...Gravatar Luke Iwanski2017-03-15
* | Made the reduction code compile with cuda-clangGravatar Benoit Steiner2017-03-14
| * Adding synchronisation to convolution kernel for sycl backend.Gravatar Mehdi Goli2017-03-13
| * Use name to distinguish name instead of the vendorGravatar Luke Iwanski2017-03-08
| * Adding sycl Benchmarks.Gravatar Mehdi Goli2017-03-08
| * Fixing potential race condition on sycl device.Gravatar Mehdi Goli2017-03-07
| * Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for sycl...Gravatar Mehdi Goli2017-03-07
* | Made the Tensor code compile with clang 3.9Gravatar Benoit Steiner2017-03-02
* | Silenced a couple of compilation warningsGravatar Benoit Steiner2017-03-01
* | Silenced clang compilation warning.Gravatar Benoit Steiner2017-02-28
* | Made the TensorStorage class compile with clang 3.9Gravatar Benoit Steiner2017-02-28
| * Adding sycl backend for TensorCustomOp; fixing the partial lhs modification i...Gravatar Mehdi Goli2017-02-28
* | Fix typo.Gravatar Gael Guennebaud2017-02-28
| * Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-26
| |\ | |/ |/|
| * Adding TensorVolumePatchOP.h for syclGravatar Mehdi Goli2017-02-24
| * Converting fixed float type into template type for TensorContraction.Gravatar Mehdi Goli2017-02-24
| * Adding Sycl Backend for TensorGenerator.h.Gravatar Mehdi Goli2017-02-22
| * Adding Sycl backend for TensorImagePatchOP.h; adding Sycl backend for TensorI...Gravatar Mehdi Goli2017-02-20
* | Silent warning.Gravatar Gael Guennebaud2017-02-20
* | Fix compilation.Gravatar Gael Guennebaud2017-02-18
* | Size indices are signed.Gravatar Benoit Steiner2017-02-16
| * Adding TensorLayoutSwapOp for sycl.Gravatar Mehdi Goli2017-02-15