You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile ONNX Runtime using rel-1.19.0 vs rel-1.18.0
Getting successful compilation results but link chain of binaries is different rel-1.18.0:
in our scenario libonnxruntime.so will be copy out to /tmp/tritonbuild/onnxruntime/build/onnxruntime/lib and application will be linked against that folder:
Linking against directory will pick the names out of file header and if it not present application won't be running properly.
Could you please standardize link chain for artifact.
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
Describe the issue
Trying to compile ONNX Runtime using
rel-1.19.0
vsrel-1.18.0
Getting successful compilation results but link chain of binaries is different
rel-1.18.0
:rel-1.19.0
:Urgency
Suppose it need to be fixed before release.
Target platform
LINUX
Build script
in our scenario
libonnxruntime.so
will be copy out to/tmp/tritonbuild/onnxruntime/build/onnxruntime/lib
and application will be linked against that folder:Error / output
Linking against directory will pick the names out of file header and if it not present application won't be running properly.
Could you please standardize link chain for artifact.
rel-1.18.0
:rel-1.19.0
:Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: