ronnac opened a new issue #17257: armv81 URL: https://github.com/apache/incubator-mxnet/issues/17257 ## Description The make/config.mk file doesn't account for the armv81 architecture. It should be treated the same as armv71 or armv61 with regards to USE_SSE=0 and USE_F16C=0. ### Error Message g++: error: unrecognized command line option ā-msse3ā g++: error: unrecognized command line option ā-mf16cā ## To Reproduce (If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.) run mvn install ### Steps to reproduce cmake -GNinja -DUSE_CUDA=OFF -DUSE_MKL_IF_AVAILABLE=OFF -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Release .. ninja -j1 cd ~/mxnet make install cp ./mxnet/build/libmxnet.so /lib mvn install ## What have you tried to solve it? Edit make/config.mk : replace "armv71" by "armv71 armv81" ## Environment I am using termux-ubuntu v16.04 32bit on a Samsung Galaxy A10 smartphone
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
