From 243d8c1a0113ea37de44e47a5ede72c5a18ca615 Mon Sep 17 00:00:00 2001 From: Jefferson Le Quellec Date: Tue, 14 Mar 2023 17:05:41 +0100 Subject: [PATCH 1/6] Add helper functions for marray complex testing --- SYCL/Complex/sycl_complex_helper.hpp | 36 ++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/SYCL/Complex/sycl_complex_helper.hpp b/SYCL/Complex/sycl_complex_helper.hpp index de4cc1813a..4b018fcd0d 100644 --- a/SYCL/Complex/sycl_complex_helper.hpp +++ b/SYCL/Complex/sycl_complex_helper.hpp @@ -33,7 +33,8 @@ template <> const char *get_typename() { return "double"; } template <> const char *get_typename() { return "float"; } template <> const char *get_typename() { return "sycl::half"; } -// Helper to test each complex specilization +/// Helper to test each complex specilization + // Overload for cplx_test_cases template