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

[Renaming] Add AdaptiveCpp cmake infrastructure, migrate tests to use new cmake integration #1144

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Sep 18, 2023

  • users need to find_package(AdaptiveCpp)
  • Configuration is done using ACPP_* (e.g. cmake -DACPP_TARGETS=generic) in analogy to acpp/syclcc
  • Both find_package(hipSYCL) and find_package(OpenSYCL) still work, but issue a deprecation warning. They do not accept ACPP_* arguments, but instead need HIPSYCL_* and OPENSYCL_* arguments as before.

@illuhad illuhad merged commit 5d3ad7a into develop Sep 20, 2023
34 of 36 checks passed
@illuhad illuhad deleted the renaming/cmake branch September 20, 2023 00:32
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.

None yet

1 participant