Skip to content

DPC++ daily 2021-09-24

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 24 Sep 17:35
· 128401 commits to sycl since this release
7aa5be0
[SYCL] Make device ids unique per backend (#4247)

* [SYCL] Make device ids unique per backend

We decided to make device id numbers unique per backend.
Also, by adding the device_type into each device prefix listing in sycl-ls,
the user can easily set SYCL_DEVICE_FILTER correctly.
Future work: refactor devices and platforms cache to optimize the device retrieval.

Signed-off-by: Byoungro So <byoungro.so@intel.com>
Co-authored-by: Alexey Bader <alexey.bader@intel.com>
Co-authored-by: Romanov Vlad <vlad.romanov@intel.com>