-
Notifications
You must be signed in to change notification settings - Fork 158
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
Changed all references from hipSYCL to AdaptiveCpp #543
base: develop
Are you sure you want to change the base?
Conversation
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.
A few minor observations.
Also, since AdaptiveCpp_enqueue_custom_operation
is now used, the minimal AdaptiveCpp version in README should be updated to 24.06.
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
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.
BLAS-related changes look good to me!
Can you make sure you go over the changes from #546 which added more occurrences to rename? |
Description
All references to hipSYCL have been changed to AdaptiveCpp. Most of the targets failed to compile because they are trying to compile using the -fsycl flag. The only target that compiles is the rng target for CPU; on GPU, it also generates the -fsycl error.