Skip to content

Under windows, how to modify the name of the built onnxruntime.dll dynamic library? #7431

Answered by snnn
shuiyu486 asked this question in Other Q&A
Discussion options

You must be logged in to vote

In the line
https://github.com/microsoft/onnxruntime/blob/master/cmake/onnxruntime.cmake#L36

You need to change "onnxruntime_add_shared_library(onnxruntime" to "onnxruntime_add_shared_library(onnxruntime_dml" , and search all the cmake files and replace the reference places.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@shuiyu486
Comment options

Comment options

You must be logged in to vote
1 reply
@shuiyu486
Comment options

Answer selected by shuiyu486
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants