aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Merge changed from upstreamGravatar a-doumoulakis2017-05-24
|\
| * Fixing Cmake Dependency for SYCLGravatar Mehdi Goli2017-05-22
* | Add support for triSYCLGravatar a-doumoulakis2017-05-05
|/
* Preserve file naming conventionsGravatar Benoit Steiner2017-04-04
* 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
* Adding TensorVolumePatchOP.h for syclGravatar 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
* 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
* Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\
* | Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...Gravatar Mehdi Goli2017-01-19
* | Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
| * Simplified the way we link libxsmmGravatar Benoit Steiner2016-12-21
| * Added support for libxsmm in the eigen makefilesGravatar Benoit Steiner2016-12-21
|/
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Adding tensor contraction operation backend for Sycl; adding test for contrac...Gravatar Mehdi Goli2016-12-14
* Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...Gravatar Mehdi Goli2016-12-01
* Adding TensorShuffling backend for sycl; adding TensorReshaping backend for s...Gravatar Mehdi Goli2016-11-29
* Specialised basic math functions for SYCL device.Gravatar Luke Iwanski2016-11-17
* Adding TensorFixsize; adding sycl device memcpy; adding insial stage of slicing.Gravatar Mehdi Goli2016-11-14
* Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...Gravatar Mehdi Goli2016-11-04
* Reducing the code by generalising sycl backend functions/structs.Gravatar Mehdi Goli2016-10-14
* Pull the latest updates from trunkGravatar Benoit Steiner2016-10-05
|\
| * Improved support for compiling CUDA code with clang as the host compilerGravatar Benoit Steiner2016-10-03
* | Renamed the SYCL tests to follow the standard naming convention.Gravatar Benoit Steiner2016-09-30
| * Add CUDA-specific std::complex<T> specializations for scalar_sum_op, scalar_d...Gravatar RJ Ryan2016-09-20
* | Merged with default.Gravatar Luke Iwanski2016-09-19
|\|
* | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| * Register the cxx11_tensor_device only for recent cuda architectures (i.e. >= ...Gravatar Benoit Steiner2016-09-12
| * CUDA contractions require arch >= 3.0: don't compile the cuda contraction tes...Gravatar Benoit Steiner2016-09-12
| * Added the ability to compute the absolute value of a complex number on GPU, a...Gravatar Benoit Steiner2016-09-12
| * merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|/|
* | Deleted redundant regression test.Gravatar Benoit Steiner2016-08-03
* | Added a test for fp16Gravatar Benoit Steiner2016-08-03
* | Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
* | Manually add -stdd=c++11 to nvcc for old cmake versionsGravatar Gael Guennebaud2016-07-12
* | reverted unintended change.Gravatar Benoit Steiner2016-07-11
* | Made the packetmath test compile again. A better fix would be to move the spe...Gravatar Benoit Steiner2016-07-11
* | mergeGravatar Gael Guennebaud2016-07-11
|\ \
| * | Fix configuration of CUDA:Gravatar Gael Guennebaud2016-07-11
* | | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
|/ /
* | Add missing CUDA kernel to tensor scan opGravatar Igor Babuschkin2016-06-29
* | Added a test to validate the tensor scan evaluation on GPU. The test is curre...Gravatar Benoit Steiner2016-06-27
* | Disable the tensor tests when using msvc since older versions of the compiler...Gravatar Benoit Steiner2016-06-04
| * Merged eigen/eigen into defaultGravatar Tal Hadad2016-06-02
| |\ | |/ |/|
* | Add tensor scan opGravatar Igor Babuschkin2016-06-02
* | Fixed option '--relaxed-constexpr' has been deprecated and replaced by option...Gravatar Benoit Steiner2016-05-27