-
Notifications
You must be signed in to change notification settings - Fork 243
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
OpenCL backend does not build #3500
Labels
Comments
Hi @DomWilliamsEE. Internal ticket has been created to investigate this issue. Thanks! |
Hi @DomWilliamsEE. To fix your main blocking issue you could remove this line and then export |
Adding this leads to different errors. Full build log attached
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We have a good amount of existing OpenCL code that is not trivial to port to HIP. I understand the OpenCL backend is deprecated, but there's an argument for keeping it compiling and working until it is fully dropped.
The main blocking build issue with
-DMIOPEN_BACKEND=OpenCL
is the following#error Unsupported backend
here.Another that is easier to work around is a possibly missing include:
The text was updated successfully, but these errors were encountered: