DPCT1027
Message
The call to
<API name>
was replaced with 0 because <reason>
.The reason can be:
- DPC++ currently does not support setting resource limits on devices
- DPC++ currently does not support associating USM with a specific queue
- DPC++ currently does not support query operations on queues
- DPC++ currently does not support capture operations on queues
- DPC++ currently does not support configuring shared memory on devices
Detailed Help
API calls from the original application, which do not have functionally compatible
DPC++ API calls are replaced with 0 if the Intel® DPC++ Compatibility Tool determines that
this call removal should not affect the program logic and at the same time the
return value of that call is used for error handling.
Suggestions to Fix
Verify the code correctness.