aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
* Fixed a compilation warningGravatar Benoit Steiner2016-10-28
|
* Fixed compilation warningGravatar Benoit Steiner2016-10-28
|
* Merge latest updates from trunkGravatar Benoit Steiner2016-10-20
|\
* \ Merged ComputeCpp into default.Gravatar Luke Iwanski2016-10-14
|\ \
| * | Reducing the code by generalising sycl backend functions/structs.Gravatar Mehdi Goli2016-10-14
| | |
| | * Relaxed the resizing checks so that they don't fail with gcc >= 5.3Gravatar Benoit Steiner2016-10-13
| | |
* | | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\ \ \ | | |/ | |/|
| * | Cleaned up a regression testGravatar Benoit Steiner2016-10-08
| | |
* | | Merge the content of the ComputeCpp branch into the default branchGravatar Benoit Steiner2016-10-07
|\ \ \ | | |/ | |/|
| | * Add a test that GPU complex product reductions match CPU reductions.Gravatar RJ Ryan2016-10-06
| |/ |/|
| * Fixed a couple of compilation warningsGravatar Benoit Steiner2016-10-05
| |
| * Pull the latest updates from trunkGravatar Benoit Steiner2016-10-05
| |\
| * | Fixed compilation warningsGravatar Benoit Steiner2016-10-05
| | |
* | | Increased the robustness of the reduction tests on fp16Gravatar Benoit Steiner2016-10-05
| | |
* | | Increase the tolerance to numerical noise.Gravatar 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
| |
* | Updated the tensor sum and mean reducer to enable them to process complex ↵Gravatar Benoit Steiner2016-09-28
| | | | | | | | numbers on cuda gpus.
* | Don't use c++11 features and fix include.Gravatar RJ Ryan2016-09-20
| |
* | Add CUDA-specific std::complex<T> specializations for scalar_sum_op, ↵Gravatar RJ Ryan2016-09-20
| | | | | | | | scalar_difference_op, scalar_product_op, and scalar_quotient_op.
| * Updated the owners of the file.Gravatar Luke Iwanski2016-09-19
| |
| * Merged with default.Gravatar Luke Iwanski2016-09-19
| |\
| * | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| | |
* | | Made AutoDiffJacobian more intuitive to use and updated for C++11Gravatar Emil Fresk2016-09-16
| |/ |/| | | | | | | | | | | | | | | | | | | | | Changes: * Removed unnecessary types from the Functor by inferring from its types * Removed inputs() function reference, replaced with .rows() * Updated the forward constructor to use variadic templates * Added optional parameters to the Fuctor for passing parameters, control signals, etc * Has been tested with fixed size and dynamic matricies Ammendment by chtz: overload operator() for compatibility with not fully conforming compilers
* | Register the cxx11_tensor_device only for recent cuda architectures (i.e. >= ↵Gravatar Benoit Steiner2016-09-12
| | | | | | | | 3.0) since the test instantiate contractions that require a modern gpu.
* | CUDA contractions require arch >= 3.0: don't compile the cuda contraction ↵Gravatar Benoit Steiner2016-09-12
| | | | | | | | tests on older architectures.
* | Fixed a bug impacting some outer reductions on GPUGravatar Benoit Steiner2016-09-12
| |
* | Added the ability to compute the absolute value of a complex number on GPU, ↵Gravatar Benoit Steiner2016-09-12
| | | | | | | | as well as a test to catch the problem.
* | Merged latest updates from trunkGravatar Benoit Steiner2016-09-12
|\ \
* | | Properly size the list of waitersGravatar Benoit Steiner2016-09-12
| | |
| * | Fix compilation when cuda_fp16.h does not exist.Gravatar Gael Guennebaud2016-09-05
| | |
* | | Fixed a regression testGravatar Benoit Steiner2016-09-02
|/ /
* | Fix the cxx11_tensor_cuda.cu test on 32bit platforms.Gravatar Benoit Steiner2016-09-02
| |
* | Added a test for nullary expressions on CUDAGravatar Benoit Steiner2016-09-01
| | | | | | | | Also check that we can mix 64 and 32 bit indices in the same compilation unit
* | Updated the contraction code to support constant inputs.Gravatar Benoit Steiner2016-09-01
| |
* | Fix compilation with CUDA 8Gravatar Gael Guennebaud2016-09-01
| |
* | merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\ \
* | | Include missing forward declaration of SparseMatrixGravatar Gael Guennebaud2016-08-29
| | |
* | | Fix compilation with cuda 8Gravatar Gael Guennebaud2016-08-29
| | |
* | | enable vectorization path when testing half on cuda, and add test for log1pGravatar Gael Guennebaud2016-08-26
| | |
* | | Merge upstream changesGravatar Igor Babuschkin2016-08-05
|\ \ \ | | |/ | |/|
| * | Fixed cut and paste bug in debud messageGravatar Benoit Steiner2016-08-04
| | |
| * | Extended a regression test to validate that we basic fp16 support works with ↵Gravatar Benoit Steiner2016-08-03
| | | | | | | | | | | | cuda 7.0
| * | Deleted redundant regression test.Gravatar Benoit Steiner2016-08-03
| | |
| * | Cleaned up the new float16 test a bitGravatar Benoit Steiner2016-08-03
| | |
| * | Added a test for fp16Gravatar Benoit Steiner2016-08-03
| | |
| * | bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
| | |
| * | Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
| | |
| * | bug #1260: add regression testGravatar Gael Guennebaud2016-07-27
| | |
| * | bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
| | |