Skip to content

[BugFix] fix naive_conv.cu #62

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

Merged
merged 2 commits into from
Mar 6, 2025
Merged

Conversation

Yi-sir
Copy link
Contributor

@Yi-sir Yi-sir commented Mar 5, 2025

issue: #60

passed with params:

  const int n = 4;                            // batch size
  const int c = 3;                            // 通道数
  const int h = 256;                          // 数据高
  const int w = 256;                          // 数据宽
  const int k = 16;                           // 卷积核数量
  const int r = 3;                            // 卷积核高
  const int s = 3;                            // 卷积核宽
  const int u = 1;                            // 卷积在高方向上的步长
  const int v = 1;                            // 卷积在宽方向上的步长
  const int p = 0;                            // 卷积在高方向上的补边
  const int q = 0;                            // 卷积在宽方向上的补边

@AndSonder AndSonder changed the title fix naive_conv.cu [BugFix] fix naive_conv.cu Mar 6, 2025
Copy link
Collaborator

@AndSonder AndSonder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndSonder AndSonder merged commit d220217 into PaddleJitLab:develop Mar 6, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants