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

Update syclcompat launch for PVC #106

Conversation

AD2605
Copy link
Collaborator

@AD2605 AD2605 commented Jul 30, 2024

intel/llvm#14441 replaced the experimental launch interfaces for requesting a particular sub-group size with a launch with generic launch properties. This PR makes the required changes on our side.

Copy link
Collaborator

@muhammad-tanvir-1211 muhammad-tanvir-1211 left a comment

Choose a reason for hiding this comment

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

Looks good, Thanks.

Reverting as the same changes come in as a part of codeplaysoftware#104
This reverts commit bbb4def.
@@ -60,6 +60,7 @@

#if defined(CUTLASS_ENABLE_SYCL)
#include "cutlass/util/sycl_event_manager.hpp"
#include <syclcompat/syclcompat.hpp>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this needed? The include for syclcompat is already added via cutlass/cutlass.h

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh yes, that's true.
Removed in 7592346

@aacostadiaz aacostadiaz merged commit 58524ff into codeplaysoftware:sycl-develop Aug 1, 2024
4 checks passed
aacostadiaz pushed a commit to aacostadiaz/cutlass-fork that referenced this pull request Aug 6, 2024
intel/llvm#14441 replaced the experimental launch interfaces for requesting a particular sub-group size with a launch with generic launch properties. This PR makes the required changes on our side.
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