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

Changed all references from hipSYCL to AdaptiveCpp #543

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

lrpablo
Copy link

@lrpablo lrpablo commented Jul 24, 2024

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.

Copy link
Contributor

@al42and al42and left a 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.

docs/building_the_project_with_adaptivecpp.rst Outdated Show resolved Hide resolved
docs/building_the_project_with_dpcpp.rst Outdated Show resolved Hide resolved
docs/selecting_a_compiler.rst Outdated Show resolved Hide resolved
lrpablo and others added 4 commits August 8, 2024 14:45
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
@Rbiessy Rbiessy requested review from a team August 16, 2024 13:23
Copy link
Contributor

@andrewtbarker andrewtbarker left a 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!

@Rbiessy
Copy link
Contributor

Rbiessy commented Aug 21, 2024

Can you make sure you go over the changes from #546 which added more occurrences to rename?

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.

4 participants