DPCT1068¶
Message¶
The value of <argument type>
could not be deduced. You need to update
<placeholder>
manually.
Detailed Help¶
The Intel® DPC++ Compatibility Tool could not deduce the value of the FFT type or dimensions.
The value of dimension, FWD_DISTANCE
, BWD_DISTANCE
, INPUT_STRIDES
,
and OUTPUT_STRIDES
needs to be updated manually.
Suggestions to Fix¶
Replace the placeholder with the correct value and add the necessary set_value()
statements before commit()
.
See the descriptor<precision, domain>::set_value function for more information.