chayliu-ecarx opened a new issue, #17163:
URL: https://github.com/apache/tvm/issues/17163

   TVM Commit id: d0cbb02e1db32faaae2b6ea6e729829bd019aeb6
   Qualcomm Hexagon SDK version: V5.5
   
   building as following:
   cd apps/hexagon_api/build
   cmake -DANDROID_ABI=arm64-v8a \
           -DANDROID_PLATFORM=android-28 \
           
-DUSE_ANDROID_TOOLCHAIN=Hexagon_SDK_5_5/tools/android-ndk-r25c/build/cmake/android.toolchain.cmake
 \
           -DUSE_HEXAGON_ARCH=v66 \
           -DUSE_HEXAGON_SDK=Hexagon_SDK_5_5 \
           
-DUSE_HEXAGON_TOOLCHAIN=Hexagon_SDK_5_5/tools/HEXAGON_Tools/8.7.06/Tools \
                -DUSE_OUTPUT_BINARY_DIR=hexagon_api_build_output/  ..
   
   with error message:
   /qhl_hvx/inc/internal/qhmath_hvx_vector.h:910:40: error: use of undeclared 
identifier 'Q6_Vqf16_vadd_Vqf16Vhf'
   /qhl_hvx/inc/internal/qhmath_hvx_vector.h:912:66: error: use of undeclared 
identifier 'Q6_Vhf_equals_Vqf16'
   ...
   
   runtime/hexagon/ops/conv2d_fp16_hvx.cc:142:26: error: use of undeclared 
identifier 'Q6_Vqf16_vadd_Vqf16Vqf16'
     HVX_Vector v_reduced = Q6_Vqf16_vadd_Vqf16Vqf16(v_res, v_rot);
   runtime/hexagon/ops/conv2d_fp16_hvx.cc:345:39: error: use of undeclared 
identifier 'Q6_Vqf16_vadd_VhfVhf'
               HVX_Vector out_vec_qf16 = Q6_Vqf16_vadd_VhfVhf(out_final, 
existing_out_vec);
   ...
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to