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

GH-115869: Reference implementation for hosting JIT stencils #129331

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

Conversation

savannahostrowski
Copy link
Member

@savannahostrowski savannahostrowski commented Jan 27, 2025

This PR adds logic to generate stencils for Tier 1 platforms in our CI pipeline and checks the corresponding stencil files into the repo.

This PR is in draft as a proof of concept/reference implementation to accompany PEP 774

TODOs:

  • Improve build flag handling/figure out the correct flags to trigger regeneration
  • Clean up host/triple/stencil name verbiage
  • JIT & macOS fat builds #114809 (somewhat unrelated as the JIT currently does not support this, but I'd like to figure this out as well)

@savannahostrowski savannahostrowski added build The build process and cross-build topic-JIT labels Jan 27, 2025
@@ -58,7 +58,7 @@ jobs:
- aarch64-pc-windows-msvc/msvc
- x86_64-apple-darwin/clang
- aarch64-apple-darwin/clang
- x86_64-unknown-linux-gnu/gcc
- x86_64-pc-linux-gnu/gcc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out that this was actually running on pc the whole time and the superficial name was incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build topic-JIT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants