Skip to content

Commit

Permalink
removed more unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
lslusarczyk committed Jan 8, 2025
1 parent 8d6b6a6 commit c97f441
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ struct __parallel_merge_submitter_large<_IdType, _CustomName,
nd_range_params
eval_nd_range_params(_ExecutionPolicy&& __exec, const _Range1& __rng1, const _Range2& __rng2) const
{
using _Range1ValueType = oneapi::dpl::__internal::__value_t<_Range1>;
using _Range2ValueType = oneapi::dpl::__internal::__value_t<_Range2>;
using _RangeValueType = std::conditional_t<(sizeof(_Range1ValueType) > sizeof(_Range2ValueType)),
_Range1ValueType, _Range2ValueType>;

const std::size_t __n = __rng1.size() + __rng2.size();

// Empirical number of values to process per work-item
Expand Down

0 comments on commit c97f441

Please sign in to comment.