[FIX ARM] Builds - #7370
Conversation
|
Here is my summary of the updates here: PyTorch 2.10.0 |
|
this is needed @ssheorey isl-org/Open3D-PoissonRecon#4 |
|
@ssheorey there are other issues related with new ABI DLPACK, but we can take account in another PR |
|
could you merge this? @ssheorey isl-org/Open3D-PoissonRecon#4 |
PyTorch ops on Windows needs /utf-8 due to fmt PyTorch DLPack API updates. Revert Open3D to unversioned DLPack (effecively). Fixes error with PyTorch 2.9+ when using dlpack. embree RayCastingSCene API updates. Formatting
upgrade fmt to latest to fix error with icx Fix logic error in IOU when there is no intersection Update versions.
Add /utf-8 compile option in WIndows
Win MSVC /utf-8 option only for c++ files and msvc compiler, not for ispc / nvcc sycl build image is not cpp-essentials, version 2025.3.1 instead of basekit
|
Thanks @johnnynunez for your hard work on this PR! Things left out:
Both require ending support for Ubuntu 20.04. Please make a new PR for that (with a different branch for ease of review) and we can review and merge it. |
|
CI run in test PR #7439 |
Is it still important to support Ubuntu 20.04? I’m asking because the CI images are no longer available. Ubuntu 26.04 will be released on April 23, which means staying on 20.04 puts us three versions behind. Ubuntu 22.04 and even 24.04 are much better optimized, they’re lighter and faster than 20.04. In the case of Jetson, Ubuntu 20.04 and Python versions below 3.10 are no longer supported. This isn’t my project, but I really like Open3D, and I’m not sure what the reasons are for continuing to stay on 20.04. |
|
We are ready to EOL Ubuntu 20.04 - just in a different PR. Changing OSs can be a big change and we want to keep each PR focused and self-contained. Please just split the PR as we discussed above and create a new PR for that change. I really appreciate your work on Open3D! |
so nice! thank you for explanations |
|
@ssheorey i will upgrade directly to cuda 13.2, because it has orin sbsa |
Building again in ARM
Includes latests Pytorch/Tensorflow
Upgrade filament
Fix ARM Builds
Fix CUDA >=13
cc @ssheorey
