-
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
Update DirectML from 1.14.1 to 1.15.0 #21323
Conversation
do we really have to change it in 5 places? feels error prone. I don't want to over-engineer this, but is there a way to put it in only one place? |
Brian: It looks more error prone than it's actually ever been. In VS code, it's a single Ctrl+Shift+F, and then replace x with y :), but to answer the question, because it's spread across unrelated XML files that take no external dependencies, CMake config files, and Python files, it could be a challenge to find a way for all 3 to include a shared definition (probably more trouble than it's worth, and equally error prone in different ways). |
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorResize.cpp
Outdated
Show resolved
Hide resolved
…oft/onnxruntime into user/sheilk/bump-dml-1.15
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorResize.cpp
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorResize.cpp
Outdated
Show resolved
Hide resolved
…oft/onnxruntime into user/sheilk/bump-dml-1.15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conditional approval, depending on your answer to LearningModelSessionAPITest.cpp.
onnxruntime/core/providers/dml/DmlExecutionProvider/src/External/DirectMLHelpers/ApiHelpers.h
Show resolved
Hide resolved
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorHelper.cpp
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorHelper.cpp
Outdated
Show resolved
Hide resolved
Update DirectML from 1.14.1 to 1.15.0 --------- Co-authored-by: Sheil Kumar <[email protected]> Co-authored-by: Dwayne Robinson <[email protected]>
Update DirectML from 1.14.1 to 1.15.0