@@ -931,7 +931,7 @@ def run_pytorch_tests(Map conf=[:]){
931
931
}
932
932
933
933
// launch develop branch daily jobs
934
- CRON_SETTINGS = BRANCH_NAME == " develop" ? ''' 0 23 * * * % RUN_FULL_QA=true;RUN_CK_TILE_FMHA_TESTS=true
934
+ CRON_SETTINGS = BRANCH_NAME == " develop" ? ''' 0 23 * * * % RUN_FULL_QA=true;RUN_CK_TILE_FMHA_TESTS=true;RUN_PERFORMANCE_TESTS=true
935
935
0 22 * * * % RUN_FULL_QA=true;DISABLE_DL_KERNELS=true;RUN_TILE_ENGINE_GEMM_TESTS=true;RUN_PERFORMANCE_TESTS=true;RUN_ALL_UNIT_TESTS=true
936
936
0 21 * * * % RUN_GROUPED_CONV_LARGE_CASES_TESTS=true;hipTensor_test=true;BUILD_GFX908=true;BUILD_GFX942=true;BUILD_GFX950=true;RUN_PERFORMANCE_TESTS=true;RUN_ALL_UNIT_TESTS=true
937
937
0 19 * * * % BUILD_DOCKER=true;COMPILER_VERSION=amd-staging;BUILD_COMPILER=/llvm-project/build/bin/clang++;USE_SCCACHE=false;NINJA_BUILD_TRACE=true;RUN_ALL_UNIT_TESTS=true
@@ -1352,15 +1352,14 @@ pipeline {
1352
1352
}
1353
1353
agent{ label rocmnode(" gfx950" ) }
1354
1354
environment{
1355
- def docker_name = " ${ env.CK_DOCKERHUB} :ck_ub24.04_rocm7.0.1"
1356
1355
setup_args = " NO_CK_BUILD"
1357
1356
execute_args = """ ../script/cmake-ck-dev.sh ../ gfx950 && \
1358
1357
make -j128 tile_example_fmha_fwd tile_example_fmha_bwd && \
1359
1358
cd ../ &&
1360
1359
example/ck_tile/01_fmha/script/run_full_test.sh "CI_${ params.COMPILER_VERSION} " "${ env.BRANCH_NAME} " "${ NODE_NAME} " gfx950 """
1361
1360
}
1362
1361
steps{
1363
- buildHipClangJobAndReboot(setup_args :setup_args, docker_name : docker_name, no_reboot :true , build_type : ' Release' , execute_cmd : execute_args)
1362
+ buildHipClangJobAndReboot(setup_args :setup_args, no_reboot :true , build_type : ' Release' , execute_cmd : execute_args)
1364
1363
cleanWs()
1365
1364
}
1366
1365
}
@@ -1568,7 +1567,7 @@ pipeline {
1568
1567
-DCMAKE_CXX_FLAGS=" -O3 " .. && make -j """
1569
1568
}
1570
1569
steps{
1571
- Build_CK_and_Reboot (setup_args : setup_args, docker_name : " ${ env.CK_DOCKERHUB } :ck_ub24.04_rocm7.0.1 " , config_targets : " install" , no_reboot :true , build_type : ' Release' , execute_cmd : execute_args, prefixpath : ' /usr/local' )
1570
+ Build_CK_and_Reboot (setup_args : setup_args, config_targets : " install" , no_reboot :true , build_type : ' Release' , execute_cmd : execute_args, prefixpath : ' /usr/local' )
1572
1571
cleanWs()
1573
1572
}
1574
1573
}
0 commit comments