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

operator>

Applies > to this half and another half.


bool operator>(const cl::sycl::half & rhs) const
(1)
  1. Applies > to this half and another half.
    Parameters:
    • const cl::sycl::half & rhs : The rhs half.
    Returns: The result of the > operation.

syclreference.com — SYCL Reference Pages

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