Skip to content
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

[Preview] Integrated GPU / Intel GPU support through SYCL. #7114

Merged
merged 18 commits into from
Jan 3, 2025

Conversation

ssheorey
Copy link
Member

@ssheorey ssheorey commented Dec 27, 2024

  • SYCL support for Tensor ops.

    • Reduction ops
  • SYCL support for linear algebra.

  • Update C++ unit tests. These can be run locally, but do not run on GIthub since no integrated or discrete GPU is available.

  • Update Python unit tests.

  • Build preview sycl wheel [Python 3.10 only]

  • Reduce tensor indexer MAX_DIMS from 10 to 5.

TODO:

  • Fix SYCL [BUILD_SHARED_LIBS=OFF] CI out of storage github issue.
  • Build wheels for other Python versions.
  • Optimize SYCL kernels (especially reduction).
  • SYCL support for nearest nbr search.
  • SYCL support for hash grids.
  • Custom kernels with ParallelFor for supporting geometry operations.

Type

  • Bug fix (non-breaking change which fixes an issue): Fixes #
  • New feature (non-breaking change which adds functionality). Resolves #
  • Breaking change (fix or feature that would cause existing functionality to not work as expected) Resolves #

Motivation and Context

Checklist:

  • I have run python util/check_style.py --apply to apply Open3D code style
    to my code.
  • This PR changes Open3D behavior or adds new functionality.
    • Both C++ (Doxygen) and Python (Sphinx / Google style) documentation is
      updated accordingly.
    • I have added or updated C++ and / or Python unit tests OR included test
      results
      (e.g. screenshots or numbers) here.
  • I will follow up and update the code if CI fails.
  • For fork PRs, I have selected Allow edits from maintainers.

Description

Copy link

update-docs bot commented Dec 27, 2024

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@ssheorey ssheorey requested a review from benjaminum December 27, 2024 08:14
@ssheorey ssheorey changed the title [Preview] iGPU support through SYCL. [Preview] Integrated GPU / Intel GPU support through SYCL. Dec 27, 2024
@ssheorey ssheorey added this to the v0.19 milestone Dec 31, 2024
Do not use lld - linker errors
Add dpcpp-cpp-rt as python dependency for sycl wheel. Update DSO rpath to use python venv DSOs.
numpy>=2 is OK
sycl docs
@ssheorey ssheorey marked this pull request as ready for review January 1, 2025 08:09
@ssheorey ssheorey merged commit a5d7326 into main Jan 3, 2025
42 of 45 checks passed
@ssheorey ssheorey deleted the ss/sycl-tensor branch January 3, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant