From be3e19f80d9cf265305797cdf37c2c3ae229566e Mon Sep 17 00:00:00 2001 From: Jefferson Le Quellec Date: Fri, 20 Jan 2023 12:13:16 +0100 Subject: [PATCH 1/5] Overloading test_valid_types for new test cases --- SYCL/Complex/sycl_complex_helper.hpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/SYCL/Complex/sycl_complex_helper.hpp b/SYCL/Complex/sycl_complex_helper.hpp index 6c8ec7ff9f..04dbcf7b26 100644 --- a/SYCL/Complex/sycl_complex_helper.hpp +++ b/SYCL/Complex/sycl_complex_helper.hpp @@ -34,6 +34,7 @@ template <> const char *get_typename() { return "float"; } template <> const char *get_typename() { return "sycl::half"; } // Helper to test each complex specilization +// Overload for cplx_test_cases template