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

Research MLIR action tracing #284

Open
igaray opened this issue Aug 4, 2023 · 0 comments
Open

Research MLIR action tracing #284

igaray opened this issue Aug 4, 2023 · 0 comments
Labels
research Underspecified tasks requiring more research and prototyping than implementation.

Comments

@igaray
Copy link
Collaborator

igaray commented Aug 4, 2023

MLIR includes an interesting feature to help debug it's use called action tracing.
Research it's use, whether it would be useful, and determine an action plan to include the functionality.

Resources:

This is a pretty big research issue.
Initial steps would be to:

  • see what the action API in C++ looks like, and whether it is enabled/exposed in MLIR's C API.
  • if not, see how much work it would be to expose it
  • Issue a PR to melior to include it in the Rust bindings
  • try out a minimal example, document what is possible with actions, and propose changes to native with a plan
@igaray igaray added the research Underspecified tasks requiring more research and prototyping than implementation. label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Underspecified tasks requiring more research and prototyping than implementation.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant