Skip to content

DPC++ daily 2021-12-09

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 09 Dec 18:54
· 128056 commits to sycl since this release
0b8df3b
[SYCL][SPIRV] Implement islessgreater with FOrdNotEqual instead (#5076)

SPIR-V OpLessOrGreater is deprecated:
https://www.khronos.org/registry/SPIR-V/specs/unified1/SPIRV.html#OpLessOrGreater

OpFOrdNotEqual has the same semantics as OpLessOrGreater.

Signed-off-by: Yilong Guo [email protected]