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 d59b710 commit 55292a1Copy full SHA for 55292a1
sycl/source/detail/kernel_impl.cpp
@@ -154,6 +154,7 @@ kernel_impl::get_sub_group_info(
154
#include <CL/sycl/info/kernel_device_specific_traits.def>
155
156
#undef PARAM_TRAITS_SPEC
157
+#undef PARAM_TRAITS_SPEC_WITH_INPUT
158
159
#define PARAM_TRAITS_SPEC(param_type, param, ret_type) \
160
template ret_type kernel_impl::get_work_group_info<info::param_type::param>( \
@@ -162,7 +163,6 @@ kernel_impl::get_sub_group_info(
162
163
#include <CL/sycl/info/kernel_work_group_traits.def>
164
165
-#undef PARAM_TRAITS_SPEC_WITH_INPUT
166
167
168
template ret_type kernel_impl::get_sub_group_info<info::param_type::param>( \
0 commit comments