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

Kernel Optimizations #238

Open
3 of 5 tasks
wsmoses opened this issue Jan 15, 2025 · 1 comment
Open
3 of 5 tasks

Kernel Optimizations #238

wsmoses opened this issue Jan 15, 2025 · 1 comment
Assignees

Comments

@wsmoses
Copy link
Member

wsmoses commented Jan 15, 2025

Various clear optimizations to do:

  • Remove dead [readnone] kernel arguments
  • Propagate constants from host to device @definelicht
  • Remove equivalent function definitions @chelini
  • Propagate kernel_call block/thread bounds into the kernel
  • Propagate bound check info from host to device
@wsmoses
Copy link
Member Author

wsmoses commented Jan 15, 2025

Current MLIR code:

exported_oc.mlir.txt

@wsmoses wsmoses changed the title Current Ocean MLIR Kernel Optimizations Jan 24, 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

2 participants