Commit 5a78bce1 authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

Merge remote-tracking branch 'origin/develop' into jakpiase/ggemm_multid_two_stage

parents 37febb8d 5f2c89e8
...@@ -619,6 +619,8 @@ def process_results(Map conf=[:]){ ...@@ -619,6 +619,8 @@ def process_results(Map conf=[:]){
dir("script"){ dir("script"){
if (params.RUN_FULL_QA){ if (params.RUN_FULL_QA){
// unstash perf files to master // unstash perf files to master
unstash "ckprofiler_0.2.0_amd64.deb"
sh "sshpass -p ${env.ck_deb_pw} scp -o StrictHostKeyChecking=no ckprofiler_0.2.0_amd64.deb ${env.ck_deb_user}@${env.ck_deb_ip}:/var/www/html/composable_kernel/"
unstash "perf_gemm.log" unstash "perf_gemm.log"
unstash "perf_resnet50_N256.log" unstash "perf_resnet50_N256.log"
unstash "perf_resnet50_N4.log" unstash "perf_resnet50_N4.log"
...@@ -632,8 +634,6 @@ def process_results(Map conf=[:]){ ...@@ -632,8 +634,6 @@ def process_results(Map conf=[:]){
unstash "perf_onnx_gemm.log" unstash "perf_onnx_gemm.log"
unstash "perf_mixed_gemm.log" unstash "perf_mixed_gemm.log"
sh "./process_qa_data.sh" sh "./process_qa_data.sh"
unstash "ckprofiler_0.2.0_amd64.deb"
sh "sshpass -p ${env.ck_deb_pw} scp -o StrictHostKeyChecking=no ckprofiler_0.2.0_amd64.deb ${env.ck_deb_user}@${env.ck_deb_ip}:/var/www/html/composable_kernel/"
} }
else{ else{
// unstash perf files to master // unstash perf files to master
...@@ -645,10 +645,13 @@ def process_results(Map conf=[:]){ ...@@ -645,10 +645,13 @@ def process_results(Map conf=[:]){
} }
} }
catch(e){ catch(e){
echo "throwing error exception while processing performance test results" echo "Throwing error exception while processing performance test results"
echo 'Exception occurred: ' + e.toString() echo 'Exception occurred: ' + e.toString()
throw e throw e
} }
finally{
echo "Finished processing performance test results"
}
} }
} }
} }
......
rocm-docs-core==0.37.0 rocm-docs-core==0.38.0
sphinxcontrib-bibtex==2.6.2 sphinxcontrib-bibtex==2.6.2
...@@ -111,7 +111,7 @@ requests==2.31.0 ...@@ -111,7 +111,7 @@ requests==2.31.0
# via # via
# pygithub # pygithub
# sphinx # sphinx
rocm-docs-core==0.37.0 rocm-docs-core==0.38.0
# via -r requirements.in # via -r requirements.in
six==1.16.0 six==1.16.0
# via # via
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment