Enable SYCL CPU fallback in CI test containers#7458
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. |
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Port CUDA kdtree k nearest neighbor code to SYCL for Intel GPUs
Add SYCL support for core NNS knn, radius, and hybrid search
Mar 14, 2026
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com> Agent-Logs-Url: https://github.com/isl-org/Open3D/sessions/f9269302-5ca6-4b36-a6cf-8bc5a7159571
Copilot
AI
changed the title
Add SYCL support for core NNS knn, radius, and hybrid search
Enable SYCL CPU fallback devices in CI tests
Mar 20, 2026
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com> Agent-Logs-Url: https://github.com/isl-org/Open3D/sessions/049e6acc-8c1e-4369-8ce5-87140bb68834
Copilot
AI
changed the title
Enable SYCL CPU fallback devices in CI tests
Enable SYCL CPU fallback in CI test containers
Mar 21, 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.
Type
Motivation and Context
SYCL tests in GitHub Actions were still skipping the SYCL CPU fallback path because the test process inside the SYCL Docker container did not receive
CI=true. As a result, shared C++ and Python test selectors continued to treatSYCL:0as ignored fallback-only hardware even when no SYCL GPU was available.Checklist:
python util/check_style.py --applyto apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
CI propagation into SYCL Docker tests
docker/docker_test.shnow forwardsCIinto SYCL test containers.SYCL test device selection
cpp/tests/core/CoreTest.cppandpython/test/open3d_test.pyinclude the SYCL CPU fallback device when:CIis set.Hardware-specific SYCL exclusions
python/test/t/geometry/test_raycasting_scene.pyexplicitly opts out of the CI SYCL CPU fallback.Example:
# Host runner CI=true docker/docker_test.sh sycl-sharedInside the container, the shared selectors now see
CI=trueand can includeSYCL:0for general SYCL tests while keeping raycasting tests off the CPU fallback path.📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.