DPC++ daily 2022-07-01
Pre-release
Pre-release
·
134231 commits
to sycl
since this release
[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>