aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* 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
* Adding sycl backend for TensorCustomOp; fixing the partial lhs modification i...Gravatar Mehdi Goli2017-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
* | Reducing the number of warnings.Gravatar Mehdi Goli2017-02-21
| * bug #1380: for Map<> as input of matrix exponentialGravatar Gael Guennebaud2017-02-20
* | 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
* | Converting ptrdiff_t type to int64_t type in cxx11_tensor_contract_sycl.cpp i...Gravatar Mehdi Goli2017-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
|\|
| * bug #1380: fix matrix exponential with Map<>Gravatar Gael Guennebaud2017-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
| * | Merged in rmlarsen/eigen2 (pull request PR-292)Gravatar Benoit Steiner2017-01-25
| |\ \
| | * | Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
| * | | Make NaN propagatation consistent between the pmax/pmin and std::max/std::min...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
| * | | Applying Benoit's comment. Embedding synchronisation inside device memcpy so ...Gravatar Mehdi Goli2017-01-18
|/ / /
* | | Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
* | | Fixes auto appearance in functor template argument for reduction.Gravatar Luke Iwanski2017-01-04
| * | add cmake-option to enable/disable creation of testsGravatar NeroBurner2017-01-02
| |/
* | Reverting asynchronous exec to Synchronous exec regarding random race condition.Gravatar Mehdi Goli2016-12-22
| * Pulled latest update from trunkGravatar Benoit Steiner2016-12-21
| |\
| * | Simplified the contraction code`Gravatar Benoit Steiner2016-12-21
| | * Merged in benoitsteiner/opencl (pull request PR-279)Gravatar Benoit Steiner2016-12-21
| |/| | |/ |/|
| * Added support for libxsmm kernel in multithreaded contractionsGravatar Benoit Steiner2016-12-21
| * Simplified the way we link libxsmmGravatar Benoit Steiner2016-12-21
| * Leverage libxsmm kernels within signle threaded contractionsGravatar Benoit Steiner2016-12-21