You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CK] Replace daily CI builds with mainline compiler with
TheRock compiler. (#6147)
## Motivation
Since the compiler team has deprecated the amd-mainline branch and
switched to TheRock, we'll start building a docker image with TheRock
artifacts and building/testing Ck with that.
## Technical Details
<!-- Explain the changes along with any relevant GitHub links. -->
## Test Plan
<!-- Explain any relevant testing done to verify this PR. -->
## Test Result
<!-- Briefly summarize test outcomes. -->
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
if (params.COMPILER_VERSION=="develop"|| params.COMPILER_VERSION=="amd-staging"|| params.COMPILER_VERSION=="amd-mainline"|| params.COMPILER_COMMIT!=""){
476
+
if (params.COMPILER_VERSION=="develop"|| params.COMPILER_VERSION=="amd-staging"|| params.COMPILER_VERSION=="therock"|| params.COMPILER_COMMIT!=""){
474
477
// the --env COMPRESSED_BUNDLE_FORMAT_VERSION=2 env variable is required when building code with offload-compress flag with
475
478
// newer clang22 compilers and running with older hip runtima libraries
0 commit comments