Integrate ACL EP into the build script#2511
Integrate ACL EP into the build script#2511mikecaraman wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 12 pipeline(s). |
There was a problem hiding this comment.
should be able to build with build.bat or build.sh directly instead of the long cmake command, refers to the OpenVINO one:
https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#openvino
tools/ci_build/build.py
Outdated
There was a problem hiding this comment.
run_onnxruntime_tests [](start = 8, length = 21)
should you update the definition for run_onnxruntime_tests?
Integrate ACL EP into the build script and expose ACL_1902 compile option. The build was validated with the following commands: $ export CMAKE_ARGS="-DONNX_CUSTOM_PROTOC_EXECUTABLE=/PROTOC_PATH/protoc" $ ../onnxruntime-arm-upstreamv2/build.sh --path_to_protoc_exe /PROTOC_PATH/protoc --config RelWithDebInfo --use_acl=ACL_1902 --build_shared_lib --use_openmp --update --build --parallel
19a2259 to
f71e2c1
Compare
|
pinging this PR. are we still trying to merge this into master? looks like there are conflicts which need to be resolved. |
|
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
|
This issue has been automatically closed due to inactivity. Please reactivate if further support is needed. |
Integrate ACL EP into the build script and expose ACL_1902 compile option.
The build was validated with the following commands:
$ export CMAKE_ARGS="-DONNX_CUSTOM_PROTOC_EXECUTABLE=/PROTOC_PATH/protoc"
$ ../onnxruntime-arm-upstreamv2/build.sh --path_to_protoc_exe /PROTOC_PATH/protoc --config RelWithDebInfo
--use_acl=ACL_1902 --build_shared_lib --use_openmp --update
$ ../onnxruntime-arm-upstreamv2/build.sh --path_to_protoc_exe /PROTOC_PATH/protoc --config RelWithDebInfo
--use_acl=ACL_1902 --build_shared_lib --use_openmp --build --parallel
Description: Describe your changes.
Motivation and Context