We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2519 commit ed389b6Copy full SHA for ed389b6
sycl/include/sycl/detail/kernel_name_str_t.hpp
@@ -18,12 +18,10 @@ namespace detail {
18
using KernelNameStrT = std::string_view;
19
using KernelNameStrRefT = std::string_view;
20
using ABINeutralKernelNameStrT = detail::string_view;
21
-using ABINeutralKernelNameStrRefT = detail::string_view;
22
#else
23
using KernelNameStrT = std::string;
24
using KernelNameStrRefT = const std::string &;
25
using ABINeutralKernelNameStrT = detail::string;
26
-using ABINeutralKernelNameStrRefT = const detail::string &;
27
#endif
28
29
inline KernelNameStrT toKernelNameStrT(const ABINeutralKernelNameStrT &str) {
0 commit comments