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

Update miniAero for Kokkos 3.0 promotion. #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2019

  1. Update Makefile.

    Fix CXX path to point to standard Kokkos install location for nvcc.
    
    Update KOKKOS_ARCH for more recent CUDA Compute Capability.
    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5b03f15 View commit details
    Browse the repository at this point in the history
  2. Update older, ::fence() calls when deprecated code is turned off.

    Fixes compiler error: cannot call member function ‘void Kokkos::<Space>::fence() const’ without object.
    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    a1f448a View commit details
    Browse the repository at this point in the history
  3. Remove Experimental namespace scope resolution when deprecated code i…

    …s turned off.
    
    Add KOKKOS_OPTION disable_deprecated_code to Makefile. Will reset this when miniAero is fully refactored.
    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    1c60ad2 View commit details
    Browse the repository at this point in the history
  4. Update deprecated 'dimension' functions in favor of ISO/C++ vocabular…

    …y 'extent'.
    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    26f43b0 View commit details
    Browse the repository at this point in the history
  5. Reset Makefile.

    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e549b3d View commit details
    Browse the repository at this point in the history
  6. Use Kokkos::fence()

    Alan Humphrey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    636a661 View commit details
    Browse the repository at this point in the history