aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
* 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
| * Get rid of Init().Gravatar Rasmus Munk Larsen2017-03-10
| * Use C++11 ctor forwarding to simplify code a bit.Gravatar Rasmus Munk Larsen2017-03-10
| * Make the non-blocking threadpool more flexible and less wasteful of CPU cycle...Gravatar Rasmus Munk Larsen2017-03-09
* | 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
* | Adding TensorPatch.h for sycl backend.Gravatar Mehdi Goli2017-02-15
|/
* Adding TensorChippingOP for sycl backend; fixing the index value in the verif...Gravatar Mehdi Goli2017-02-13
* Pulled latest updates from upstreamGravatar Benoit Steiner2017-02-10
|\
* | Adding mean to TensorReductionSycl.hGravatar Mehdi Goli2017-02-07
* | Fixing TensorReductionSycl for min and max.Gravatar Mehdi Goli2017-02-06
* | Reducing the warnings in Sycl backend.Gravatar Mehdi Goli2017-02-02
| * Silenced several compilation warningsGravatar Benoit Steiner2017-02-01
* | Reducing warnings in Sycl backend.Gravatar Mehdi Goli2017-02-01
* | Fixing compiler error on TensorContractionSycl.h; Silencing the compiler unus...Gravatar Mehdi Goli2017-01-31
* | Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\|
* | Fixing the buffer type in memcpy.Gravatar Mehdi Goli2017-01-30
| * Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
| * Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
| |\
| | * Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
| * | Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
| |/
* | Allows AMD APUGravatar Luke Iwanski2017-01-23
* | Reverting back to the previous TensorDeviceSycl.h as the total number of buff...Gravatar Mehdi Goli2017-01-20
* | Removing unused variablesGravatar Mehdi Goli2017-01-19
* | Merging with Benoit's upstream.Gravatar Mehdi Goli2017-01-19
|\ \
* | | Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...Gravatar Mehdi Goli2017-01-19