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

Rewrite pooling operations from CPA to CubeCL in Burn-JIT #2140

Open
mepatrick73 opened this issue Aug 8, 2024 · 2 comments
Open

Rewrite pooling operations from CPA to CubeCL in Burn-JIT #2140

mepatrick73 opened this issue Aug 8, 2024 · 2 comments
Assignees
Labels
feature The feature request help wanted Extra attention is needed

Comments

@mepatrick73
Copy link
Contributor

Feature description

Rewrite the pooling operations from cube pseudo assembly to CubeCL

Feature motivation

#2132 requires ceilling mode to be supported, but this requires rewriting code that currently use cpa! macros. This is currently not an easy task, and we might aswell rewrite in CubeCL.

@booti386
Copy link
Contributor

Working on it!

@nathanielsimard
Copy link
Member

From our testing, those are the only operations that cause problems with the new cuda-jit backend 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The feature request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

3 participants