sepia-filter: Fix to enable sycl-std=2020 Fixes # CMPLRTST-10683 Type of change Please delete options that are not relevant. Add a 'X' to the one that is applicable. Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Sample Mig...
class MyDeviceSelector : public cl::sycl::device_selector { public: MyDeviceSelector() {} // This is the function which gives a "rating" to devices. virtual int operator()(const cl::sycl::device &device) const override { // The template parameter to device.get_info can be a variet...