-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade CANN version to 8.0.RC1.alpha001 #28
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
Conversation
Upgrade CANN version to avoid AscendC kernel runtime error.
|
@fengyuentau Could you take a look? |
|
Looks good to me. BTW, @asmorkalov I dont have reviewer permission in this org. I cannot add myself as reviewer. |
| usermod -a -G HwHiAiUser ci | ||
|
|
||
| # Workaround for AscendC build bug with ninja, remove this line for next cann version. | ||
| RUN sed -i "/\$(MAKE)/d" /usr/local/Ascend/ascend-toolkit/latest/compiler/tikcpp/ascendc_kernel_cmake/function.cmake |
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.
A month was past. Is there a newer version with this issue addressed?
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.
Yes, there's a new version now, I will update this dockerfile.
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.
Tests passed, and the latest version (8.0.RC1.alpha001) of CANN can solve this issue.
Upgrade CANN version to avoid AscendC kernel runtime error.
2b4cee4 to
30080e9
Compare
fengyuentau
left a comment
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.
👍 Thank you!
Upgrade CANN version to avoid AscendC kernel runtime error.