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

Python kernel interface should be reworked to accept CBs rather than tensors #1849

Open
TT-billteng opened this issue Jan 16, 2025 · 0 comments
Assignees

Comments

@TT-billteng
Copy link
Contributor

Right now, the python kernel interface accepts tensor shapes as kernel arguments as this code was mainly for discovery / prototyping many aspects of MLIR development. I'd like to give users an experience that's closer to traditional metal kernel development in C++ today and that means using CBs as primary method of kernel I/O.

Are there other arguments we should pass via kernel function args? TBD

@TT-billteng TT-billteng self-assigned this Jan 16, 2025
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

1 participant