Skip to content

Commit

Permalink
[SYCL] remove help info
Browse files Browse the repository at this point in the history
  • Loading branch information
dklochkov-emb committed Jan 30, 2025
1 parent ae7ce87 commit d340ebd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sycl/source/detail/kernel_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,6 @@ inline sycl::id<D> generate_id(const sycl::range<D> &DevMAxWorkItemSizes,
get_info<info::kernel_device_specific::work_group_size>(Dev); \
const auto DeviceMaxWorkItemSizes = \
Dev.get_info<info::device::max_work_item_sizes<Num>>(); \
for (int i = 0; i < Num; i++) { \
std::cout << "DeviceMaxWorkItemSizes[" << i \
<< "] = " << DeviceMaxWorkItemSizes[i] << std::endl; \
} \
return generate_id<Num>(DeviceMaxWorkItemSizes, DeviceWgSize); \
} // namespace detail

Expand Down

0 comments on commit d340ebd

Please sign in to comment.