-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 kunlunxin xpu docs/shell #8091
Conversation
Thanks for your contribution! |
echo -e "| default is bdcentos_x86_64(if x86) / kylin_aarch64(if arm) |" | ||
echo -e "| --kunlunxin_xpu_sdk_root: (path to kunlunxin_xpu DDK file) optional, default is None |" | ||
echo -e "| detailed information about Paddle-Lite CAMBRICON MLU: https://paddle-lite.readthedocs.io/zh/latest/demo_guides/kunlunxin_xpu.html |" |
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.
CAMBRICON MLU 这个有问题吧
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.
下个PR改
@@ -568,26 +573,44 @@ function main { | |||
;; | |||
# compiling lib which can operate on baidu xpu. | |||
--with_baidu_xpu=*) | |||
WITH_BAIDU_XPU="${i#*=}" | |||
WITH_KUNLUNXIN_XPU="${i#*=}" | |||
shift | |||
;; | |||
--with_baidu_xpu_xtcl=*) |
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_baidu_xpu_xtcl=*) 是不是都要删除掉?
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.
下个PR删
目前CI上还有这些参数,所以需要CI上先改下
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
No description provided.