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

[Frontend] Add TRITON_FRONT_END_DEBUGGING for easier debugging of frontend errors #4683

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. [Frontend] Add TRITON_DEV_MODE for easier debugging of frontend errors

    Currently triton filters out parts of the stack trace that come from
    inside the compiler itself which is great for not confusing users.
    However this adds the ability to disable it by setting
    TRITON_DEV_MODE="1" in the environment.
    peterbell10 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8ebe098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08e680 View commit details
    Browse the repository at this point in the history