DPCT1069
Contents
DPCT1069#
Message#
The argument <argument name> of the kernel function contains virtual
pointer(s), which cannot be dereferenced. Try to migrate the code with
usm-level=restricted
.
Detailed Help#
IntelĀ® DPC++ Compatibility Tool cannot process inner virtual pointer(s) when using option
--usm-level=none
.
Suggestions to Fix#
Use option --usm-level=restricted
to migrate the code.