aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* | 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
* | Added a test to validate the new non blocking thread poolGravatar Benoit Steiner2016-05-10
* | Made several tensor tests compatible with cxx03Gravatar Benoit Steiner2016-04-29
* | Moved a number of tensor tests that don't require cxx11 to work properly outs...Gravatar Benoit Steiner2016-04-29
* | Made a coupe of tensor tests compile without requiring c++11 support.Gravatar Benoit Steiner2016-04-29
* | Enabled the new threadpool testsGravatar Benoit Steiner2016-04-14
* | Disabled the use of half2 on cuda devices of compute capability < 5.3Gravatar Benoit Steiner2016-04-08
* | Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
* | Renamed float16 into cxx11_float16 since the test relies on c++11 featuresGravatar Benoit Steiner2016-04-07
* | Added tests for float16Gravatar Benoit Steiner2016-04-07
* | Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
* | Added a test to verify that notifications are working properlyGravatar Benoit Steiner2016-03-23
* | Filter some compilation flags that nvcc warns about.Gravatar Benoit Steiner2016-03-22
* | Gate all the CUDA tests under the EIGEN_TEST_NVCC optionGravatar Benoit Steiner2016-03-18
* | Fixed compilation warnings in the cuda testsGravatar Benoit Steiner2016-03-18