Skip to content

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