-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update syclcompat launch for PVC #106
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.
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> |
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.
Why is this needed? The include for syclcompat is already added via cutlass/cutlass.h
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.
Oh yes, that's true.
Removed in 7592346
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.
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.