-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve ESIMD sort KT compilation failures with new compiler (#1790)
Two issues are fixed which cause compilation issues with newer DPC++ compilers: * Unnecessary use of template keyword * Usage of now removed sycl::ext::intel::esimd::sw_barrier fence. Removing a single fence which should be safe to remove within the inter work-group communication caused hangs. This fence has been documented along with a macro guard, and a TODO has been made to address in the future. --------- Signed-off-by: Matthew Michel <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters