-
Notifications
You must be signed in to change notification settings - Fork 42
Test static hwloc build on macos #1050
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Disable temporarily failing CI job with ICX compiler
…h_fix_0.9 fix for the apply of the HWLOC security patch
The flag that hwloc recognize is --disable-pci, not --disable-pciaccess.
[v0.9.x] Fix disabling of pci support in hwloc
Add a RUNPATH to installed libumf.so
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Add the coarse library that will replace the coarse provider. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Add the coarse library
…n_test_CMakeLists.txt Clean up target_*() calls in test/CMakeLists.txt
…to-main Merge stable branch v0.9.x to main
….11.0 Bump version on main to 0.11.0
Add info about the `PTRACE_MODE_ATTACH_REALCREDS` permission required by the OS and the L0 providers to `README.md`. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
…CE_MODE_ATTACH_REALCREDS_permission Add info about the `PTRACE_MODE_ATTACH_REALCREDS` permission
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Remove free_not_supp from the ipcTestParams tuple. It is not needed any more. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Merge stable v0.10.x branch into main
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Link statically with custom jemalloc built from sources
with the following non-default options enabled:
--with-jemalloc-prefix=je_ - add je_ prefix to all public APIs
--disable-cxx - Disable C++ integration. This will cause new and delete
operators implementations to be omitted.
--disable-initial-exec-tls - Disable the initial-exec TLS model for jemalloc's
internal thread-local storage (on those platforms that support
explicit settings). This can allow jemalloc to be dynamically
loaded after program startup (e.g. using dlopen).
Fixes: oneapi-src#891
Fixes: oneapi-src#894
Fixes: oneapi-src#903
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Remove the separate static `jemalloc_pool` library. Make the `UMF_BUILD_LIBUMF_POOL_JEMALLOC` option turned ON by default. Incorporate jemalloc_pool into libumf. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
…stom_jemalloc_with_disabled_initial_TLS Link statically with custom jemalloc with disabled initial TLS
Make ICX enabled again
Bumps the pip-dependencies group in /third_party with 1 update: [pygments](https://github.com/pygments/pygments). Updates `pygments` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.18.0...2.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
based on https://github.com/pmem/pmemstream/tree/master/utils/check_license Changes for this repository: - update dates - file exceptions
Add GAI Tooling Notice to readme
…rd_party/pip-dependencies-25007c1588 Bump pygments from 2.18.0 to 2.19.1 in /third_party in the pip-dependencies group
… fixes Changes for this commit: - adding a condition to check the validity of the starting date - broken pipe fix - updating date fix
License checker
…x-into-main Merge v0.10.x into main
…_free L0 provider: implement support for defer and blocking free
reduce code duplication in Benchmark by using Apply() to set arguments
cu_provider->device is not set (equals 0) in this place yet, so we have to use cu_params->cuda_device_handle instead of cu_provider->device here. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
…ndle_in_cu_memory_provider_initialize Fix: use cuda_device_handle in cu_memory_provider_initialize
Update our documentation with better info about ptrace - IPC users should be aware of required permissions. Add proposed, two possible solutions into our docs. Also, update our examples and tests to work without global change of ptrace_scope. Co-authored-by: sergey.vinogradov@intel.com
Add info about ptrace permissions
Contributor
|
I believe it should be enough to put this on main, not stable. LGTM 👍 |
bdc4d5f to
3ec8f5b
Compare
10 tasks
Contributor
Author
|
Replaced by #1052 targeting the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Needed for changes in intel/llvm: intel/llvm#15261
Checklist