8000 Comparing Mantevo:master...alanphumphrey:master · Mantevo/miniAero · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mantevo/miniAero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alanphumphrey/miniAero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

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
Loading
0