Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename linearizers towards mdspan jargon #784

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

bernhardmgruber
Copy link
Member

  • Rename all linearizers from LinearizeArrayDims... to LinearizeArrayIndex...
  • Rename ...Cpp to ...Right, but leave alias for compatibility with legacy. This increases compatibility with mdspan.
  • Rename ...Fortran to ...Left, but leave alias for compatibility with legacy. This increases compatibility with mdspan.

* Rename all linearizers from `LinearizeArrayDims...` to `LinearizeArrayIndex...`
* Rename `...Cpp` to `...Right`, but leave alias for compatibility with legacy. This increases compatibility with mdspan.
* Rename `...Fortran` to `...Left`, but leave alias for compatibility with legacy. This increases compatibility with mdspan.
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #784 (c09fdc3) into develop (6ed81d9) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #784   +/-   ##
========================================
  Coverage    98.79%   98.79%           
========================================
  Files           75       75           
  Lines         7306     7306           
========================================
  Hits          7218     7218           
  Misses          88       88           

@bernhardmgruber
Copy link
Member Author

The Intel apt repository key expired, so I am ignoring the corresponding CI job.

@bernhardmgruber bernhardmgruber merged commit 6ec9746 into alpaka-group:develop Oct 2, 2023
34 of 35 checks passed
@bernhardmgruber bernhardmgruber deleted the rightleft branch October 2, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant