DPCT1051
Message
DPC++ does not support the device property that would be functionally compatible
with
<property name>
. It was migrated to <migrated token>
. You may need
to rewrite the code.Detailed Help
Not all CUDA* device properties currently have functionally compatible equivalents
in DPC++. If such a property is detected and it is the integer type, it will be
migrated to -1. If it is the Boolean type, it will be migrated to false or true
depending on the context.