chay
chay
I met the same problem for v66 while using Hexagon_SDK_4_5. error such as : hexagon_user_dma_instructions.h:29:16: error: invalid instruction asm volatile(" %0 = dmpause" : "=r"(dm0));
hi @abhikran-quic, 1. This is not a development board, while it is a OEM device. 2. This is not an smartphon, while it is a sa8155p device, I have tried...
I did't build any libraries, but push the libraries in the SNPE SDK folowing `snpe-1.68.0.3932/doc/html/tutorial_inceptionv3.html`.
The `testsig.so` did't solve this problem. Switched to using a sa8155 development board for testing, however there is another issue: Run as : ``` export LD_LIBRARY_PATH=/data/local/tmp/tvm export ADSP_LIBRARY_PATH="/data/local/tmp/tvm/adsp;" ./launcher_android --in_config...
solved by adding cmake option: `-DCMAKE_CXX_STANDARD=17` .
Ok,I will add this to readme. However, there are some other questions: 1. Can we import other framework model such as onnx? 2. Can we import a float32 model and...
Ok, I will add this to readme file.
@quic-sanirudh @abhikran-quic @kparzysz-quic @sdalvi-quic anyone can share some ideas?
@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:...
Ok, thanks. Is there any release plan?