-
Notifications
You must be signed in to change notification settings - Fork 424
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
oneAPI 2025.0 include changes #1149
Conversation
Changing this to draft till we update our test environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can merge this but I would like to confirm this indeed works with oneAPI < 2025.0. If not, there should be an #ifdef checking for the version.
Pytests have passed, so I guess this change is save an can be merged now? |
The pytest wouldn't catch the failure since it's in the _test file. Lauri will add ifdefs, he said. |
Ah, I misunderstood. Great news about ifdefs. |
Removing include for 2025.0
Type of change
oneAPI 2025.0 removes
interfaces.hpp
and the relevant functions are available fromfpga_extensions.hpp
Checklist
pre-commit
on the files I edited or added.