DPC++ daily 2022-11-18
Pre-release
Pre-release
·
118568 commits
to sycl
since this release
Add ceil,floor,rint,sqrt,rsqrt,trunc to sycl_ext_intel_math hpp (#7429) Add following imf functions to sycl/ext/intel/math.hpp: ceil, floor, trunc, rint, sqrt, rsqrt Those functions are in sycl::ext::intel::math:: namespace and supports float, double, half, half2. Those C++ functions are just wrappers of __imf_* functions implemented in SYCL libdevice. Signed-off-by: jinge90 <ge.jin@intel.com>