Merge commit '3f735c127b8e78b702a31e19cb6e0e35eda3588a' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-16 19:13:41 +00:00
parent d9030f5343
commit 73b0cfde4e
7 changed files with 446 additions and 390 deletions

5
Jenkinsfile vendored
View File

@@ -1731,7 +1731,10 @@ pipeline {
}
agent{ label rocmnode("gfx90a") }
environment{
setup_args = """ -DGPU_TARGETS="gfx942" -DCK_USE_ALTERNATIVE_PYTHON=/opt/Python-3.8.13/bin/python3.8 """
// SLES15 is a legacy platform with limited C++20 ecosystem support (older system libraries,
// standard library implementation). While the ROCm compiler supports C++20, the experimental
// CK Builder requires full C++20 feature support that does not be reliably available on SLES15.
setup_args = """ -DGPU_TARGETS="gfx942" -DCK_USE_ALTERNATIVE_PYTHON=/opt/Python-3.8.13/bin/python3.8 -DCK_EXPERIMENTAL_BUILDER=OFF """
execute_args = " "
}
steps{