DPC++ daily 2023-01-12
Pre-release
Pre-release
·
114604 commits
to sycl
since this release
[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>