DPC++ daily 2022-08-25
Pre-release
Pre-release
·
128961 commits
to sycl
since this release
[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>