diff --git a/SYCL/Complex/sycl_complex_helper.hpp b/SYCL/Complex/sycl_complex_helper.hpp index 6c8ec7ff9f..de4cc1813a 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