syclreference.com
  1. SYCL
  2. | API Reference
  3. | device
  4. | operator=

operator=

MISSING


cl::sycl::device & operator=(cl::sycl::device && rhs)
(1)
cl::sycl::device & operator=(const cl::sycl::device & rhs)
(2)
  1. Completely moves the contents of the device to that of another.
    Parameters:
    • cl::sycl::device && rhs
  2. Completely assigns the contents of the device to that of another and retains the cl_device_id object if the device is not in host mode.
    Parameters:
    • const cl::sycl::device & rhs

syclreference.com — SYCL Reference Pages

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