Skip to content

Conversation

@dyniols
Copy link
Contributor

@dyniols dyniols commented Sep 19, 2024

Tests cleanup as follow up PR to already merged #15154

@dyniols dyniols marked this pull request as ready for review September 19, 2024 10:07
@dyniols dyniols requested a review from a team as a code owner September 19, 2024 10:07
#endif

// Produce a conflicting attribute warning when the args are different.
[[sycl::work_group_size_hint(4, 1, 1)]] void f3(); // expected-note {{previous attribute is here}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed. We already test this in Functor1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally all these tests on device functions should be rewritten on kernel I think since the usage on device function is not correct. I understand that is a lot of work for something of lower priority though. If you can work on that we would appreciate it, but if you cannot, please add a FIXME to all these tests explaining these attributes are incorrectly applied to device functions and the tests should be eventually rewritten.

@github-actions
Copy link
Contributor

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

@github-actions github-actions bot added the Stale label Mar 20, 2025
@github-actions
Copy link
Contributor

This pull request was closed because it has been stalled for 30 days with no activity.

@github-actions github-actions bot closed this Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants