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

[SYCL] Fix post-commit failure for OCL_interop_test.cpp on fpga #16930

Open
wants to merge 84 commits into
base: sycl
Choose a base branch
from

Conversation

lbushi25
Copy link
Contributor

@lbushi25 lbushi25 commented Feb 7, 2025

Fix post-commit failure for OCL_interop_test.cpp on fpga(See issue at the end of this description).
It seems like the issue is due to the OpenCL emulator for fpga not supporting the clCreateProgramWithIL function and a way to circumvent this seems to be to AOT compile for fpga using -fsycl-targets=spir64_fpga and use clCreateProgramWithBinary instead.
Closes: #16914

lbushi25 and others added 30 commits January 14, 2025 13:23
@lbushi25 lbushi25 changed the title [SYCL] Fix post-commit failure for OCL_interop_test.cpp for fpga [SYCL] Fix post-commit failure for OCL_interop_test.cpp on fpga Feb 7, 2025
@lbushi25 lbushi25 marked this pull request as ready for review February 10, 2025 05:01
@lbushi25 lbushi25 requested a review from a team as a code owner February 10, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeviceImageBackendContent::OCL_interop_test.cpp failing on post-commit opencl:fpga
1 participant