From 7394671138548cd25b3d2ba228228d481c224708 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:17:55 -0700 Subject: [PATCH] re-enable the FMHA performance monitoring (#1539) [ROCm/composable_kernel commit: 11b7a4db005dc38e60b1ea045d03a92d2a8f9cd0] --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e586365ed..22468401dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -320,7 +320,7 @@ def cmake_build(Map conf=[:]){ if (package_build == true && (env.BRANCH_NAME == "develop" || env.BRANCH_NAME == "amd-master")) { archiveArtifacts artifacts: "build/*.deb", allowEmptyArchive: true, fingerprint: true } - if (params.RUN_CK_TILE_TESTS){ + if (params.RUN_CK_TILE_FMHA_TESTS){ try{ archiveArtifacts "perf_fmha_fwd_*.log" archiveArtifacts "perf_fmha_bwd_*.log" @@ -682,7 +682,7 @@ def process_results(Map conf=[:]){ timeout(time: 1, unit: 'HOURS'){ try{ dir("script"){ - if (params.RUN_CK_TILE_TESTS){ + if (params.RUN_CK_TILE_FMHA_TESTS){ try{ unstash "perf_fmha_fwd_gfx942.log" unstash "perf_fmha_bwd_gfx942.log"