-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Driver][FPGA] Remove support for FPGA related options #16864
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
Conversation
…ions Removes support for any FPGA related options and any options that use FPGA specific arguments. First round to double check any fallout in testing
Remove FPGA references from the user manual and update or remove tests that are using FPGA specific behaviors.
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.
LGTM except for one issue I reported. please address.
Thanks
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.
sycl/test-e2e changes owned by dpcpp-tools-reviewers looks good. thanks
@intel/dpcpp-doc-reviewers, please take a look - thanks! |
@intel/llvm-gatekeepers, given the known status of the failing tests, please consider for merge. |
Removes support for any FPGA related options and any options that use FPGA specific arguments. Upon usage of any of these options, a specific error will be emitted:
The following options are being handled:
This mainly removes support of the options as specified, subsequent cleanup of driver behaviors will be done in a later change.
Due to the broad impact of these changes, all associated LIT tests have been updated/removed.
Associated issue: #16929