Particular documentation questions
Open
@ajkunen is already working on this.
Since Jan 6, 2017.
API/usability
documentation
- Dominant language
- C++
- Stars
- 598
- Forks
- 118
- Avg merge
- 21h 29m
- Merged PRs (30d)
- 1
Description
The role of the first template argument to RAJA::Layout isn't clear to me. It's int in all the tests. Based on rummaging in the source, I am guessing it's the type used for the flattened 1-D index.
In defining a view, it feels a little risky to assuming that PERM_IJK is the unpermuted permutation until I found the definition in Permutations.hxx. I wish there was something like UNPERMUTED<3> to indicate that the view is 3-D and in it's natural, unpermuted order.
Thanks,
Tom
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.