chayliu-ecarx commented on PR #17169: URL: https://github.com/apache/tvm/pull/17169#issuecomment-2235610477
> with SDK4.5 and added your modifications about the cmake file, building errors like this: > > Hexagon_SDK_4_5/libs/qhl_hvx/inc/internal/qhmath_hvx_vector.h:837:66: error: use of undeclared identifier 'Q6_Vsf_equals_Vqf32' vout_linear_interp = Q6_V_vmux_QVV(pred_linear_interp_right, Q6_Vsf_equals_Vqf32(output_linear_interp_right_vqf32), vout_linear_interp); > This patch fixes the issue mentioned in #17163. > > The issue was because some files that are built into the runtime depend on architecture features that are only available starting from v68. Hence, we should not link them into the runtime if the architecture mentioned is v66 or v65. with SDK4.5 and added your modifications about the cmake file, building errors like this: Hexagon_SDK_4_5/libs/qhl_hvx/inc/internal/qhmath_hvx_vector.h:837:66: error: use of undeclared identifier 'Q6_Vsf_equals_Vqf32' vout_linear_interp = Q6_V_vmux_QVV(pred_linear_interp_right, Q6_Vsf_equals_Vqf32(output_linear_interp_right_vqf32), vout_linear_interp); -- 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]
