Skip to content

Track each LLVM build separately#10358

Merged
neildhar merged 1 commit into
mainfrom
neildhar/pr10358
May 29, 2026
Merged

Track each LLVM build separately#10358
neildhar merged 1 commit into
mainfrom
neildhar/pr10358

Conversation

@neildhar
Copy link
Copy Markdown
Collaborator

Introduce a build number to the LLVM build to avoid accidentally
changing the LLVM that is used when building Triton. This allows us to
have multiple builds from the same LLVM hash, but ensures that a given
Triton commit builds deterministically because it is tied to the build
number.

Use the sha sum as well to enforce this.

Introduce a build number to the LLVM build to avoid accidentally
changing the LLVM that is used when building Triton. This allows us to
have multiple builds from the same LLVM hash, but ensures that a given
Triton commit builds deterministically because it is tied to the build
number.

Use the sha sum as well to enforce this.
@neildhar neildhar force-pushed the neildhar/pr10358 branch from 62d0193 to b739875 Compare May 22, 2026 16:46
@ThomasRaoux ThomasRaoux requested a review from antiagainst May 22, 2026 17:33
@neildhar neildhar marked this pull request as ready for review May 22, 2026 17:39
@neildhar neildhar requested a review from ptillet as a code owner May 22, 2026 17:39
Copy link
Copy Markdown
Collaborator

@ThomasRaoux ThomasRaoux left a comment

Choose a reason for hiding this comment

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

Let's go with that!

@neildhar neildhar merged commit 7190a1c into main May 29, 2026
33 of 34 checks passed
@neildhar neildhar deleted the neildhar/pr10358 branch May 29, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants