Merge commit '6bfef6341417c81e06b7487fc16ad7222ded9386' into develop

This commit is contained in:
assistant-librarian[bot]
2025-08-11 17:13:17 +00:00
parent b2ec5dde0a
commit 5ef86449ab

1
Jenkinsfile vendored
View File

@@ -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"