aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * 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
| | * 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
| | * Fixing typo in sycl Benchmark.Gravatar Mehdi Goli2017-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
| * | Fixed compilation with cuda-clangGravatar Ilya Biryukov2017-03-06
|/ /
* | Made the reduction code compile with cuda-clangGravatar Benoit Steiner2017-03-14
* | 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
* | bug #1401: fix compilation of "cond ? x : -x" with x an AutoDiffScalarGravatar Gael Guennebaud2017-03-08
* | fix typoGravatar Gael Guennebaud2017-03-07
* | remove UTF8 symbolGravatar Gael Guennebaud2017-03-07
* | remove UTF8 symbolsGravatar Gael Guennebaud2017-03-07
* | do not include std header within extern CGravatar Gael Guennebaud2017-03-07
* | bug #1400: fix stableNorm with EIGEN_DONT_ALIGN_STATICALLYGravatar Gael Guennebaud2017-03-07
* | Made the Tensor code compile with clang 3.9Gravatar Benoit Steiner2017-03-02
* | Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* | Silenced a couple of compilation warningsGravatar Benoit Steiner2017-03-01
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-03-01
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* | Made most of the packet math primitives usable within CUDA kernel when compil...Gravatar Benoit Steiner2017-02-28
* | Silenced clang compilation warning.Gravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
* | Made the TensorStorage class compile with clang 3.9Gravatar Benoit Steiner2017-02-28
* | Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...Gravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* | Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
| * Adding sycl backend for TensorCustomOp; fixing the partial lhs modification i...Gravatar Mehdi Goli2017-02-28
* | bug #1396: add some missing EIGEN_DEVICE_FUNCGravatar Gael Guennebaud2017-02-28
* | Fix typo.Gravatar Gael Guennebaud2017-02-28
* | Added missing EIGEN_DEVICE_FUNC to the SelfCwise binary opsGravatar Benoit Steiner2017-02-27
* | Added missing EIGEN_DEVICE_FUNC qualifiers to several nullary op methods.Gravatar Benoit Steiner2017-02-27
* | Declared the plset, ploadt_ro, and ploaddup packet primitives as usable withi...Gravatar Benoit Steiner2017-02-27
* | Added missing EIGEN_DEVICE_FUNC qualifiers.Gravatar Benoit Steiner2017-02-27
* | Added EIGEN_DEVICE_FUNC to make the prototype of the EigenBase override match...Gravatar Benoit Steiner2017-02-27
* | Avoid unecessary float to double conversions.Gravatar Benoit Steiner2017-02-27
| * 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