-
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
是否可以提供iOS metal相关的预编译库 #10445
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档、常见问题、历史Issue来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day! |
应该已经结项了。 #ifdef LITE_WITH_METAL
lite::TargetWrapperMetal::MemcpySync(
data, src_data, num * sizeof(T), lite::IoDirection::HtoD);
#else 拷贝到CPU的功能函数,却写拷贝到设备内存。 |
欢迎向Paddle-Lite 提交 pr修复此类问题,一起让Paddle-Lite更好更易用~ |
@zhoutianzi666 我可是一直提PR的,可是没有人管啊。 但是看你们几乎没有任何积极性,维护代码的意图。 目前PaddleLite比较大的BUG
要人提PR,先得证明自己愿意配合。 |
问题 2 的0 维 tensor 在 develop 分支是修过的,#10279 #10254 ,可以基于 develop 分支编译试试 ,如果仍然有问题,你可以开启这个 pass #10147 . |
抱歉,如果有 PR 提交,可以在 reviewer 里加上我,如果 review 不够及时,XDX 作为飞桨的硬件合作厂商,可以通过内部的微信群 push 我们哈~ #10353 这个 PR 我合入了。 |
cc: @terrysha |
尽管从2.10开始就已经宣称支持metal,但是在paddle官网https://www.paddlepaddle.org.cn/lite/v2.12/quick_start/release_lib.html 没有找到任何metal相关的预编译库,仅在github release页面下找到一个相关的库:https://github.com/PaddlePaddle/Paddle-Lite/releases/download/v2.12/inference_lite_lib.ios64.armv8.with_metal.tiny_publish.tar.gz
但是也没有开启with_extra的版本,希望官方能够提供各个版本的metal相关预编译库。让metal真正的用起来。
The text was updated successfully, but these errors were encountered: