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: STEllAR-GROUP/hpx
base: e88fe811ed18^
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: 9eeb7df210f0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 22, 2018

  1. Add TLS bitmap for get_area_membind_nodeset and numa domain queries

    The hwloc api requires a bitmap to store the numa domain in
    and this should not be allocated/freed every time which is an
    expensive operation. This adds a thread local bitmap so that
    queries to can reuse one each time. Making it thread local
    enables different tasks to query memory binding simultaneously.
    biddisco committed Feb 22, 2018
    Copy the full SHA
    e88fe81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd7711c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9eeb7df View commit details
    Browse the repository at this point in the history