Skip to content

Commit

Permalink
[SYCL] Add missing #undef
Browse files Browse the repository at this point in the history
Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
  • Loading branch information
HPS-1 committed Mar 5, 2024
1 parent 2f32edb commit 5fbb871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sycl/include/sycl/detail/info_desc_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ struct IsSubGroupInfo<info::kernel_device_specific::compile_sub_group_size>
using return_type = info::DescType::Desc::return_type; \
};
#include <sycl/info/sycl_backend_traits.def>
#undef __SYCL_PARAM_TRAITS_SPEC

} // namespace detail
} // namespace _V1
Expand Down

0 comments on commit 5fbb871

Please sign in to comment.