Skip to content

DPC++ daily 2022-08-25

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 25 Aug 16:20
· 128961 commits to sycl since this release
e286166
[SYCL] Make builtins accept half pointers (#6596)

Some SYCL math builtins with pointer arguments, such as modf and sincos,
do not currently accept pointers to halfs due to the conversion to
OpenCL types not propagating through pointers. This commit fixes this
by making a special case for pointers, applying the type conversion to
the underlying types.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>