Skip to content

DPC++ daily 2022-07-01

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 01 Jul 16:22
· 134231 commits to sycl since this release
eab2969
[SYCL] Throw exception for pipe extension on host (#6385)

The implementation of the pipes extension currently uses a failing
assert when pipe operations are done on host. This commit changes these
assertions into throwing a SYCL exception, both allowing for failure
recovery and makes the failures independent on whether assertions are
enabled.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>