mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
disable inductor codegen tests on legacy OS (#1816)
[ROCm/composable_kernel commit: 8c29e06f3c]
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){
|
||||
arch_type = 5
|
||||
}
|
||||
cmake_build(conf)
|
||||
if ( arch_type == 1 ){
|
||||
if ( !params.BUILD_LEGACY_OS && arch_type == 1 ){
|
||||
echo "Run inductor codegen tests"
|
||||
sh """
|
||||
pip install --verbose .
|
||||
|
||||
Reference in New Issue
Block a user