8000 Comparing v0.11.0...v0.11.1 · oneapi-src/unified-memory-framework · GitHub
[go: up one dir, main page]

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: oneapi-src/unified-memory-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: oneapi-src/unified-memory-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on May 6, 2025

  1. Check global state destruction in destructors

    In some cases the global state may have been destroyed when we reach
    `umfDestroyPool` or `umfDestroyProvider`, in which case actually going
    through with the destruction will cause segmentation faults.
    
    The way the global state is managed should maybe be re-worked, but this
    should be an okay workaround to avoid segmentation faults until then.
    npmiller authored and lukaszstolarczuk committed May 6, 2025
    Configuration menu
    Copy the full SHA
    a69492d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Merge pull request #1297 from lukaszstolarczuk/dtor-pick

    [v0.11.x] Check global state destruction in destructors
    bratpiorka authored May 7, 2025
    Configuration menu
    Copy the full SHA
    df9cbbb View commit details
    Browse the repository at this point in the history
  2. Downgrade error logs to debug in memspaces and memtargets

    They are misleadingly read as errors, while they are simply debug
    information that these targets aren't accessible on a machine.
    lukaszstolarczuk committed May 7, 2025
    Configuration menu
    Copy the full SHA
    b5fdb21 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Merge pull request #1299 from lukaszstolarczuk/logs-pick

    [v0.11.x] Downgrade error logs to debug in memspaces and memtargets
    lukaszstolarczuk authored May 8, 2025
    Configuration menu
    Copy the full SHA
    e43fb48 View commit details
    Browse the repository at this point in the history
  2. 0.11.1 release

    lukaszstolarczuk committed May 8, 2025
    Configuration menu
    Copy the full SHA
    4d3f55b View commit details
    Browse the repository at this point in the history
Loading
0