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

[testing] Enable generating cached native code by default #2350

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ad86abf View commit details
    Browse the repository at this point in the history
  2. Force the TRITON_XPU_GEN_NATIVE_CODE env if not previously set

    This is a bit of a hack, but I did not want to pollute build_flags with something that is not a real build_flag and there is no other way to pass params to loadBinary. We could probably duplicate loadBinary - I am considering that too, but for now the hack should let the tests run.
    alexbaden committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c188aca View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    0e6c190 View commit details
    Browse the repository at this point in the history