-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Use inheritance to implement oneapi properties (#16024)
This is based on @rolandschulz 's #13776. The only remaining boost/mp11 usage is to sort/filter properties, I'm going to remove that in a separate PRs. I've also left multiple utilities (that accept variadic pack) still using `std::tuple` as *their* implementation detail. That can be cleaned up separately as well. Closes #13677.
- Loading branch information
1 parent
797177b
commit 61d963b
Showing
13 changed files
with
687 additions
and
653 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
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
Oops, something went wrong.