-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] build onnxruntime for vsinpu error #23316
Comments
Hi @chenfeiyue-cfy! Can you give me directions on how to build onnxruntime for vsinpu? What compatible version of TIM-VX is required? These are our attempts to build onnxruntime for vsinpu:
|
Hi @bethalianovike , I received your message,it seems you take wrong method to build with our backend. The right way is to use current version of onnxruntime (from microsoft/onnxruntime) and the command: ./build.sh --config Debug --build_shared_lib --use_vsinpu --skip_tests,( fromVSINPU-ExecutionProvider.md).The repo from Verisilicon/onnxruntime is not in use now, please ignore it. |
Hi @chenfeiyue-cfy |
@xuke537 please help to solve the python binding issue |
Describe the issue
I tried to build onnxruntime from source with use_vsinpu enabled. But when I ran
./build.sh
, it gave an error message.Urgency
No response
Target platform
VSI NPU on arm64
Build script
./build.sh --use_vsinpu
Error / output
CMake Error at CMakeLists.txt:710 (message):
The compiler doesn't support BFLOAT16!!!
Visual Studio Version
No response
GCC / Compiler Version
9.4.0 (Ubuntu 20.04)
The text was updated successfully, but these errors were encountered: