chayliu-ecarx commented on issue #17163:
URL: https://github.com/apache/tvm/issues/17163#issuecomment-2235272381

   @quic-sanirudh  thanks for your reply. Building with SDK5.5 and V68 
succeed!. However, I do really need V66 supported.
   
    I have test with SDK 4.5 the following errors is gone:
   /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'
   
   but the following errors still exist:
   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