(Robotics) Update Collaborative SLAM to support oneAPI 2025#1754
Merged
(Robotics) Update Collaborative SLAM to support oneAPI 2025#1754
Conversation
…ocess - Added a new `safe-package` target in the Makefile for memory-safe builds, recommended for systems with less than 32GB RAM. - Updated README.md to include hardware requirements and detailed build instructions for both safe and full-speed builds. - Introduced a `safe-build.sh` script to automate safe build processes and manage parallel job limits based on available memory. - Updated changelogs across various packages to reflect the transition to oneAPI 2025. - Enhanced Docker build commands to ensure compatibility with oneAPI 2025 and improved dependency management. - Added troubleshooting sections in the documentation for common issues related to SYCL library errors and memory exhaustion during builds.
9cd5ff9 to
2ea5445
Compare
pperycz
approved these changes
Feb 16, 2026
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
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
safe-packagetarget in the Makefile for memory-safe builds, recommended for systems with less than 32GB RAM.safe-build.shscript to automate safe build processes and manage parallel job limits based on available memory.Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: