Skip to content
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

Strassen卷积代码中有错误 #27

Open
ZhiqiJiang opened this issue Jan 23, 2021 · 0 comments
Open

Strassen卷积代码中有错误 #27

ZhiqiJiang opened this issue Jan 23, 2021 · 0 comments

Comments

@ZhiqiJiang
Copy link

ZhiqiJiang commented Jan 23, 2021

//M2_2 = B11
mm_strassen(&M2_0[0], &matB[N / 2], &M2[0], M / 2, N / 2, K / 2, K / 2, strideB, N / 2);

中的&matB[N/2]应该改为matB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant