DPCT1010

Message

SYCL uses exceptions to report errors and does not use error codes. The call was replaced with 0. You may need to rewrite this code.

Detailed Help

SYCL* uses exceptions to report errors and does not use error codes. The original code tries to get an error code, while SYCL does not require such functionality. The call was replaced with 0.

Suggestions to Fix

You may need to rewrite this code.