Add CUDA-specific std::complex<T> specializations for scalar_sum_op, scalar_difference_op, scalar_product_op, and scalar_quotient_op.

This commit is contained in:
RJ Ryan
2016-09-20 07:18:20 -07:00
parent 8a66ca4b10
commit b2c6dc48d9
4 changed files with 179 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ using std::ptrdiff_t;
#include "src/Core/arch/ZVector/Complex.h"
#endif
#include "src/Core/arch/CUDA/Complex.h"
// Half float support
#include "src/Core/arch/CUDA/Half.h"
#include "src/Core/arch/CUDA/PacketMathHalf.h"