-
Notifications
You must be signed in to change notification settings - Fork 1.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
一个较大的模型在infer时出现 _mm256_storeu_ps(d + PACK_UNIT * 1, t1); #2755
Comments
补充,该函数的整体代码,void _AVX_MNNPackCUnit(float* dst, const float* src, size_t area, size_t depth, int* areaOffset) {
} |
Marking as stale. No activity in 60 days. |
平台(如果交叉编译请再附上交叉编译目标平台):
Platform(Include target platform as well if cross-compiling):
win10平台,64位和32位都出现该问题,
mnn的版本是2.7.2,
使用的模型比较大,大约是32MB的mnn文件,在进行推理的使用出现如下问题
问一下出现该问题是内存不够的原因吗?
The text was updated successfully, but these errors were encountered: