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