-
Notifications
You must be signed in to change notification settings - Fork 42
merge main to v0.12.x-dev #1154
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
Conversation
Using Unix Makefiles CMake generator on Windows results in a build error. Now fetched hwloc is explicitly built before the library is linked with other UMF targets.
Bump L0 loader to v1.20.2
Fix Windows Unix Makefiles generator builds
Bumps the pip-dependencies group with 1 update in the /third_party directory: [breathe](https://github.com/breathe-doc/breathe). Updates `breathe` from 4.35.0 to 4.36.0 - [Release notes](https://github.com/breathe-doc/breathe/releases) - [Changelog](https://github.com/breathe-doc/breathe/blob/main/CHANGELOG.rst) - [Commits](breathe-doc/breathe@v4.35.0...v4.36.0) --- updated-dependencies: - dependency-name: breathe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
…ip-dependencies-29c210e9fb Bump breathe from 4.35.0 to 4.36.0 in /third_party in the pip-dependencies group across 1 directory
Ref: #1095 Signed-off-by: Lukasz Dorau <[email protected]>
implement malloc_usable_size and enable pool tests for disjoint
…l_errors Use `LOG_FATAL()` in case of critical errors
This causes that information about threads count is appended to benchmark name which makes it consistent with other benchmarks.
explicitly declare single threaded benchmark
remove deprecated cmake flag from compat workflow
Error out in case of double free() instead of assert in coarse library. Signed-off-by: Lukasz Dorau <[email protected]>
…instead_of_assert coarse: error out on double free instead of assert
[CI] Disable legacy GHA Image - Ubuntu 20.04
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Description
Checklist