Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmiesmith committed Nov 21, 2024
1 parent 4c1baaa commit 8af77f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct __subgroup_radix_sort
auto
operator()(sycl::queue __q, _RangeIn&& __src, _Proj __proj, _SLM_tag_val, _SLM_counter)
{
constexpr std::uint16_t __req_sub_group_size = 16;
uint16_t __n = __src.size();
assert(__n <= __block_size * __wg_size);

Expand Down

0 comments on commit 8af77f2

Please sign in to comment.