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

fix memory leak and use ref not omp in device test #731

Merged
merged 4 commits into from
Apr 15, 2021
Merged

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    1aab8e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7273e3 View commit details
    Browse the repository at this point in the history
  3. Fix runtime errors of MSVC 2019

    Although MSVC describe the constructor of mutex as constexpr, MSVC comments the constexpr keyword in their header in particular.
    Thomas Grützmacher authored and yhmtsai committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    f8470f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. descr switch static/shared, hwloc off on win/mac, mv third_party buil…

    …d, restore MSVC static build
    
    - move the third party build after flag configuration
    - Add description of possible issue when switiching static/shared with MSVC in INSTALL.md.
    It should be fixed, putting it for reference
    - HWLOC is default OFF on win/mac and force set off when turning on
    
    Co-authored-by: Terry Cojean <terry.cojean@kit.edu>
    yhmtsai and tcojean committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    1266266 View commit details
    Browse the repository at this point in the history