You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments