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

Remove special gcc check #242

Merged
merged 4 commits into from
Feb 16, 2023
Merged

Remove special gcc check #242

merged 4 commits into from
Feb 16, 2023

Commits on Feb 11, 2023

  1. Remove macro _MDSPAN_USE_ALIAS_TEMPLATE_ARGUMENT_DEDUCTION

    As it is no longer used.
    adah1972 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1331aba View commit details
    Browse the repository at this point in the history
  2. Remove the special GCC version check

    The current code works with GCC 7 and later.
    adah1972 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    02e7dc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Disable CTAD tests for layout mapping for NVCC

    doesn't work up through NVCC 12
    crtrott committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cd48886 View commit details
    Browse the repository at this point in the history
  2. Disable CTAD again for NVCC older than 11.7

    Crashes with internal compiler error. Tested 11.2, 11.4, 11.6 with gcc
    9/10
    
    /ascldap/users/crtrott/Kokkos/mdspan/include/experimental/__p0009_bits/mdspan.hpp:
    In member function 'virtual void
    TestMdspanCTAD_extents_pack_Test::TestBody()':
    /ascldap/users/crtrott/Kokkos/mdspan/include/experimental/__p0009_bits/mdspan.hpp:78:25:
    internal compiler error: in tsubst, at cp/pt.c:14560
       78 |   MDSPAN_INLINE_FUNCTION static constexpr size_t rank() noexcept
    { return extents_type::rank(); }
    crtrott committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    757f4fa View commit details
    Browse the repository at this point in the history