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

MDSpan issues expose by Kokkos View refactor #358

Merged
merged 5 commits into from
Sep 6, 2024

Commits on Sep 4, 2024

  1. Add test mapping(other_mapping) where other_mapping has none-converti…

    …ble extents
    
    Specifically the 1D layout_left_padded <-> layout_right_padded ctors
    didn't compile for cases where the new mapping has a static extent,
    but the source mapping has dynamic extent.
    crtrott committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e861e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd2ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    192ffb2 View commit details
    Browse the repository at this point in the history
  4. Don't use get for std::complex slice specifier

    and test that complex<double> works like pair as slice specifier *barf*
    crtrott committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4f551ba View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Remove out of date comment

    crtrott committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d1af943 View commit details
    Browse the repository at this point in the history