We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently for AdaptiveCpp we need use -DSYCL_COMPILER=HIPSYCL, we should keep supporting that but add an alias such that -DSYCL_COMPILER=ACPP works.
-DSYCL_COMPILER=HIPSYCL
-DSYCL_COMPILER=ACPP
The text was updated successfully, but these errors were encountered:
It might be worth considering -DSYCL_COMPILER=ADAPTIVECPP. SYCL-Academy uses a similar convention (https://github.com/codeplaysoftware/syclacademy/blob/e4fec8445066e601d0e398acec866b1691e86771/CMakeLists.txt#L28) and in cmake, you also find_package(AdaptiveCpp).
-DSYCL_COMPILER=ADAPTIVECPP
find_package(AdaptiveCpp)
Sorry, something went wrong.
tom91136
No branches or pull requests
Currently for AdaptiveCpp we need use
-DSYCL_COMPILER=HIPSYCL
, we should keep supporting that but add an alias such that-DSYCL_COMPILER=ACPP
works.The text was updated successfully, but these errors were encountered: