Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsteri15 committed Jan 25, 2024
1 parent 43e7353 commit ef37355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/bits/algorithms/tile_transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static constexpr auto idxhandle_md_to_oned(Span in, Idx center) {
};
}

/// @brief applies the input unary tile function to all elements of the input
/// @brief Applies the input unary tile function to all elements of the input
/// span and stores the result into the output span. A tile accessor is one
/// dimensional. Executed according to policy (not necessarily in order).
/// @tparam Dir the direction (index) along which the tile is created.
Expand All @@ -60,7 +60,7 @@ static constexpr void tile_transform(ExecutionPolicy&& policy,
detail::window_transform(policy, i_span, o_span, f, tile);
}

/// @brief applies the input unary tile function to all elements of the input
/// @brief Applies the input unary tile function to all elements of the input
/// span and stores the result into the output span. A tile accessor is
/// one-dimensional. Executed in order.
/// @tparam Dir the direction (index) along which the tile is created.
Expand Down

0 comments on commit ef37355

Please sign in to comment.