codeplaysoftware / standards-proposals

Repository for publicly sharing proposals in various standards groups
Apache License 2.0
27 stars 17 forks source link

CP031 Aspect selector #133

Closed ProGTX closed 3 years ago

ProGTX commented 3 years ago

Proposal to add sycl::aspect_selector. The user can pass in desired aspects to limit device selection, and the function returns a callable representing the actual selector object.

There are three overloads of the function for different use cases. Examples are provided.