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

More flexible debugging of triton IRs #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 15, 2023

  1. More flexible debugging of triton IRs

    Printing triton IRs to stdout is easy but if there are multiple kernels involved
    it's hard to tell which kernel corresponds to which IR. Instead we propose that
    the user decides how to deal with the IRs by providing a callback and dealing
    with the log however they want.
    
    PiperOrigin-RevId: 559094543
    The jax_triton Authors committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8ba2134 View commit details
    Browse the repository at this point in the history