Skip to content

DPC++ daily 2021-07-28

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 28 Jul 16:38
· 130805 commits to sycl since this release
2af0599
[SYCL][XPTI] Pass plugin information to subscribers (#4121)

This patch makes the following additional information available to XPTI subscribers.
All streams:
- Actual major and minor versions of SYCL runtime (instead of dummy values) as well as their string variant.

`sycl.pi.debug` stream:
- Backend type, which is defined as a `uint8_t` value of `sycl::backend` enum.
- Pointer to PI plugin to provide some degree of application flow variance (e.g. query additional info about device, USM pointers, memory, etc).