Skip to content

DPC++ daily 2023-01-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 12 Jan 17:28
· 114604 commits to sycl since this release
f3f57b8
[ESIMD] Do not use ReadNone attribute for GenX intrinsics (#7969)

The attribute is suggested by GenX Intrinsics component for call
declarations. Such attribute on calls causes verification since LLVM 16,
and needs to be replaced with setMemoryEffects(MemoryEffects::none()).

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>