Skip to content

Commit 55292a1

Browse files
author
Alexander Batashev
committed
Minor fix
1 parent d59b710 commit 55292a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/kernel_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ kernel_impl::get_sub_group_info(
154154
#include <CL/sycl/info/kernel_device_specific_traits.def>
155155

156156
#undef PARAM_TRAITS_SPEC
157+
#undef PARAM_TRAITS_SPEC_WITH_INPUT
157158

158159
#define PARAM_TRAITS_SPEC(param_type, param, ret_type) \
159160
template ret_type kernel_impl::get_work_group_info<info::param_type::param>( \
@@ -162,7 +163,6 @@ kernel_impl::get_sub_group_info(
162163
#include <CL/sycl/info/kernel_work_group_traits.def>
163164

164165
#undef PARAM_TRAITS_SPEC
165-
#undef PARAM_TRAITS_SPEC_WITH_INPUT
166166

167167
#define PARAM_TRAITS_SPEC(param_type, param, ret_type) \
168168
template ret_type kernel_impl::get_sub_group_info<info::param_type::param>( \

0 commit comments

Comments
 (0)