We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS 13.0.1 (apple m1)
MNN 3.0.1
mkdir build && cd build && cmake .. -DMNN_METAL && make -j8
metal backend 下,相同的输入shape,只要预热执行一次推理,第二次会变快。 但是如果输入shape变化了,就会慢,这种情况该如何处理。
The text was updated successfully, but these errors were encountered:
同样遇到该问题,请问计划啥时候修复?
Sorry, something went wrong.
No branches or pull requests
平台(如果交叉编译请再附上交叉编译目标平台):
Platform(Include target platform as well if cross-compiling):
MacOS 13.0.1 (apple m1)
Github版本:
Github Version:
MNN 3.0.1
编译方式:
Compiling Method
mkdir build && cd build && cmake .. -DMNN_METAL && make -j8
疑问点
metal backend 下,相同的输入shape,只要预热执行一次推理,第二次会变快。
但是如果输入shape变化了,就会慢,这种情况该如何处理。
The text was updated successfully, but these errors were encountered: