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

About convolution #420

Open
Shaquille-Wu opened this issue Jan 15, 2025 · 4 comments
Open

About convolution #420

Shaquille-Wu opened this issue Jan 15, 2025 · 4 comments

Comments

@Shaquille-Wu
Copy link

Please describe your question

Hello, FlagGems experts:
I didn't find the ops about convolution in FlagGems
Is there anyone would like to tell me where the "convolution" is?

@AKatydid
Copy link

Hello, I've been using conv ops lately, is this link below what you need?

https://github.com/FlagOpen/FlagGems/blob/master/src/flag_gems/ops/conv2d.py

@StrongSpoon
Copy link
Collaborator

triton convolution is not registered into aten library yet, since its performance is still worse than aten. if you want to use it, call it by flag_gems.conv1d, flag_gems.conv2d or flag_gems._conv_depthwise2d.

@qtlark
Copy link

qtlark commented Jan 19, 2025

Hello, I've been using conv ops lately, is this link below what you need?

https://github.com/FlagOpen/FlagGems/blob/master/src/flag_gems/ops/conv2d.py

It seems like there is still no grad for wight and bias

@StrongSpoon
Copy link
Collaborator

Hello, I've been using conv ops lately, is this link below what you need?
https://github.com/FlagOpen/FlagGems/blob/master/src/flag_gems/ops/conv2d.py

It seems like there is still no grad for wight and bias

convolutino_backward is in pr #365 and it's unfinished yet.

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

4 participants