Improve RAJA layout documentation when using unit stride
artv3 opened this issue · 2 comments
artv3 commented
When using Views and Layouts it is critical for performance to specify unit stride. Per user request, It would help users if we improve documentation to highlight this. One option is to enable unit striding by default.
artv3 commented
Is this enough documentation https://github.com/LLNL/RAJA/pull/1736)](https://github.com/LLNL/RAJA> /pull/1736 to close this issue? Or should we try to do more?
rhornung67 commented
I think the docs are good enough. We can improve further if we want if/when we expand the API to make permuted views less cumbersome to create.