Skip to content

SYCLomatic daily 2022-10-19

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 19 Oct 16:26
· 94624 commits to SYCLomatic since this release
62f3ffa
[SYCLomatic]  Remove using of deprecated host_unified_memory (#294)

The 'host_unified_memory' was deprecated in SYCL 2020, use device::has() with one of the aspect::usm_* aspects instead.

Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>