onnxruntime/java/src/main
Adam Pocock 8b83c51a35
[Java] Initial Apple Silicon support (#5891)
* Rearranging checks in onnxruntime_mlas.cmake to pickup Apple Silicon.

On an M1 Macbook Pro clang reports:

$ clang -dumpmachine
arm64-apple-darwin20.1.0

So the regex check needs to look for "arm64" first, as otherwise it
matches 32-bit ARM and you get NEON compilation failures.

* Adding Java side library loading support for Apple Silicon (and other aarch64 architectures).

* Adding Qgemm fix from @tracysh

* Fixes the java packaging on Windows.

* Missed a check in the java platform detector.
2020-11-24 15:51:40 -08:00
..
java/ai/onnxruntime [Java] Initial Apple Silicon support (#5891) 2020-11-24 15:51:40 -08:00
native Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
AndroidManifest.xml Make Java API available on Android (#3030) 2020-02-27 08:23:50 -08:00