leezu edited a comment on issue #20082: URL: https://github.com/apache/incubator-mxnet/issues/20082#issuecomment-804927444
Hi @RinatVeliakhmedov-TomTom, at this time you can refer to the following dockerfile for an example of the cross-compilation environment on armv7 and armv8, including the OpenBLAS build. Specifically, you'll want to get the NDK and the OpenBLAS built as follows: https://github.com/apache/incubator-mxnet/blob/5722f8b38af58c5a296e46ca695bfaf7cff85040/ci/docker/Dockerfile.build.android#L21-L90 Once you have setup the environment (no need to use Docker for that, just follow the same steps), you can trigger the MXNet build itself is via https://github.com/apache/incubator-mxnet/blob/5722f8b38af58c5a296e46ca695bfaf7cff85040/ci/docker/runtime_functions.sh#L244-L255 If you'd like to contribute proper end-to-end build instructions, that would be very welcome. If you run into any issues, please feel free to clarify here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
