Merge commit 'd88ea05c844cd159a14213b73a5818a43c5b79e6' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-18 03:20:18 +00:00
parent f2f7a548cb
commit 921ea9f6eb

2
Jenkinsfile vendored
View File

@@ -909,7 +909,7 @@ def run_aiter_tests(Map conf=[:]){
sh "rocminfo"
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_gemm_a8w8_blockscale.py" //temporarily disable
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha.py"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_mha_varlen.py"
sh "python3 /home/jenkins/workspace/aiter/op_tests/test_moe.py"