Skip to content

Add ConvBiasAct #123

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

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Add ConvBiasAct #123

wants to merge 9 commits into from

Conversation

Ziminli
Copy link
Collaborator

@Ziminli Ziminli commented Nov 27, 2024

  • Add CPU and CUDA implementation of ConvBiasAct which does convolution + bias + activation function
  • Moved the content from Conv Optimization && Fix #119 on Conv to here
  • Changed the data types of pads, strides, and dilations for conv from void* to uint64_t * and int64_t *, respectively
  • Add some optimization to the CPU implementation of Conv

@Ziminli Ziminli added 模块:算子 添加新的算子 进度:已完成 开发完成,等待审阅合并 类别:开发 新功能开发 labels Nov 27, 2024
@Ziminli Ziminli self-assigned this Nov 27, 2024
@Ziminli Ziminli changed the title Add convBiasAct Add ConvBiasAct Nov 27, 2024
@Ziminli Ziminli added the 类别:优化 功能强化、性能提升 label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
模块:算子 添加新的算子 类别:优化 功能强化、性能提升 类别:开发 新功能开发 进度:已完成 开发完成,等待审阅合并
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants