DPCT1026

Message

The call to <API name> was removed because <reason>.

The reason can be:

  • SYCL currently does not support setting resource limits on devices

  • SYCL currently does not support associating USM with a specific queue

  • SYCL currently does not support query operations on queues

  • SYCL currently does not support capture operations on queues

  • SYCL currently does not support configuring shared memory on devices

  • SYCL currently does not support setting cache config on devices

  • SYCL currently does not support registering of existing host memory for use by device. Use USM to allocate memory for use by host and device

  • SYCL currently does not support setting flags for devices

  • SYCL currently does not support memory access across peer devices

  • there is no corresponding API in SYCL

  • this call is redundant in SYCL

Detailed Help

API calls from the original application, which do not have functionally compatible SYCL API calls are removed if the Intel® DPC++ Compatibility Tool determines that it should not affect the program logic.

Suggestions to Fix

Verify the code correctness.