You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Preview] Integrated GPU / Intel GPU support through SYCL. (#7114)
- SYCL support for Tensor ops.
- SYCL support for linear algebra.
- Update C++ and Python unit tests. These can be run locally, but do not run on GIthub since no integrated or discrete GPU is available. SYCL CPU device is not as well supported by OneAPI and gives errors in some 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.
Other fixes:
* Only run ProjectImagesToAlbedo on CPU on x86_64 due to IPP dependency.
0 commit comments