Application Build Failure Using the DVPP API
Symptom
A message is displayed during building, indicating that the DVPP APIs are undefined as shown in Figure 2-2.
Possible Cause
The possible cause is as follows:
DVPP and AscendCL APIs have been packed into the libacl_dvpp.so and libascendcl.so respectively. Test cases use the DVPP APIs but are not linked to libacl_dvpp.so.
Solution
To rectify the fault, perform the following steps:
Check whether test cases use the DVPP APIs but are not linked to the libacl_dvpp.so. If not, link libacl_dvpp.so in the build file.