-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[NPU] update inference cmake, test=develop #36505
Conversation
Thanks for your contribution! |
file(APPEND ${version_file} | ||
"Ascend Toolkit version: ${ASCEND_TOOLKIT_VERSION}\n" | ||
"Ascend Driver version: ${ASCEND_DRIVER_VERSION}\n") | ||
endif() |
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.
不打开 WITH_ASCEND_CXX11, C++预测实际上没法用,可以考虑把这个也加到version.txt中
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.
Done, added "WITH_ASCEND_CXX11: ${WITH_ASCEND_CXX11}\n"
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.
LGTM
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.
LGTM
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.
LGTM
PR types
New features
PR changes
Others
Describe
Update inference_lib.cmake for NPU, and also add Ascend Toolkit and Driver version.