ORNL / ORNL/cpp-proposals-pub

P2642: Requested change to non-wording explanation

Open
#302 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
29
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Coauthor Malte Foerster requests the following (NON-WORDING) change to Section 3.2, from

All other strides of layout_left_padded are the same as in layout_left, and all other strides of layout_right_padded are the same as in layout_right.

to

All subsequent strides for layout_left_padded are naturally defined by stride(n+1) = stride(n)*extent(n), and all subsequent strides for layout_right_padded are naturally defined by stride(n-1) = stride(n)*extent(n), respectively.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at Section 3.2 of the proposal and compare the current sentence about strides with the requested replacement in the issue. Update the non-wording explanation to use the two stated stride formulas, then review the document diff to confirm that only this passage changed.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.