-
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 1.15.1 fail #17696
Comments
Please try the latest version: 1.16.0, and let me know if the problem still exists. |
We no longer make patches for 1.15.x |
@GilbertPan97, if you would like to patch by yourself, replace ORT_UNUSED_VARIABLE by ORT_UNUSED_PARAMETER. |
Thanks, I'm trying to replace ORT with version 1.16.0 |
I am attempting to use onnxruntime 1.16.0, which can be successfully compiled on my Orin device, but when I call it within my code for compilation, I receive the following message:
Subsequently, the code stops at the point of creating the environment, as shown below:
This is quite perplexing because I encountered no issues when executing the same code with ort1.16.0 on my x86 device. Additionally, I have noticed that many header files are missing from the packages (gpu version) on the onnxruntime release page. |
It's my mistake; I didn't notice that the program called the wrong library, which is installed in the system |
Describe the issue
I am in the process of attempting to compile onnxruntime 1.15.1 on my device, but I have encountered an error while compiling the provider. It's worth mentioning that I successfully compiled onnxruntime 1.12 on the same device in the past without any issues.
I sincerely appreciate your time and assistance with this matter. Your help means a lot to me, and I am grateful for any guidance or insights you can provide. Thank you!
Urgency
Target platform
Platform: Ubuntu 20.04.4 LTS; Processor: ARMv8 (aarch64); GPU: NVIDIA Tegra Orin (Jetson)
Build script
The compilation command used is as follows:
Error / output
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: