From 3c0626e2c158663ebf8416123ebfd3a426a77880 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:50:33 -0700 Subject: [PATCH] enable aiter test_mha in daily CI (#2659) [ROCm/composable_kernel commit: 6bfef6341417c81e06b7487fc16ad7222ded9386] --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c0efaa3b91..590ee92e90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -801,6 +801,7 @@ def run_aiter_tests(Map conf=[:]){ sh "python3 --version" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8.py" sh "python3 /home/jenkins/workspace/aiter/op_tests/test_gemm_a8w8_blockscale.py" + sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha.py" } catch(e){ echo "Throwing error exception while running AITER tests"