SBSA Support#7484
Open
johnnynunez wants to merge 25 commits into
Open
Conversation
|
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
Contributor
Author
|
ready to merge 05/12/2026 |
Contributor
Author
|
@ssheorey @benjaminum ready to merge |
The new /Zc:preprocessor flag added for CUDA 13.2 CCCL headers breaks msgpack-c 3.3.0's MSGPACK_DEFINE_MAP macro expansion under MSVC, causing all Windows builds to fail. msgpack-cxx 5.0+ fixes this; bump to 7.0.0 (header-only, drop-in compatible API).
msgpack-cxx 4.0+ includes <boost/predef/other/endian.h> by default for endianness detection, which Open3D's Linux Docker images do not provide. The library bundles a Boost-free fallback gated on MSGPACK_NO_BOOST; propagate that definition through the imported target so all consumers of <msgpack.hpp> use msgpack/predef/other/endian.h instead.
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.
Summary
cu132PyTorch wheel index.5-ml-noble-sbsaDocker config and a newubuntu-24.04-armSBSA wheel build job.Motivation
This prepares Open3D CI for the upcoming PyTorch 2.12 / CUDA 13.2 release and starts producing CUDA SBSA wheels on GitHub’s ARM runners.
Reference: PyTorch 2.12 RC1 announcement
Test plan
bash -n docker/docker_build.shbash -n docker/docker_test.sh