aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
| * 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
* | 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
* | bug #1401: fix compilation of "cond ? x : -x" with x an AutoDiffScalarGravatar Gael Guennebaud2017-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
| * 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
| |/ /