syclreference.com
  1. SYCL
  2. | API Reference
  3. | Types
  4. | half
  5. | operator*=

operator*=

Applies *= to this half with another half.


cl::sycl::half & operator*=(const cl::sycl::half & rhs)
(1)
  1. Applies *= to this half with another half.
    Parameters:
    • const cl::sycl::half & rhs : The rhs half.
    Returns: This half after the application of the *= operation.

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000