You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two most common array index linearizers in LLAMA are called LinearizeArrayDimsCpp and LinearizeArrayDimsFortran. While these names may be obvious for some people, the C++23 standard settled on layout_right and layout_left, respectively, for mdspan. These terms may not be well known now, but we believe familiarity will increase with the adoption of newer mdspan via various projects. We should consider renaming the LLAMA array index linearizers accordingly.
The text was updated successfully, but these errors were encountered:
The two most common array index linearizers in LLAMA are called
LinearizeArrayDimsCpp
andLinearizeArrayDimsFortran
. While these names may be obvious for some people, the C++23 standard settled onlayout_right
andlayout_left
, respectively, formdspan
. These terms may not be well known now, but we believe familiarity will increase with the adoption of newermdspan
via various projects. We should consider renaming the LLAMA array index linearizers accordingly.The text was updated successfully, but these errors were encountered: