Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
5a78bce1
Commit
5a78bce1
authored
Mar 28, 2024
by
Jakub Piasecki
Browse files
Merge remote-tracking branch 'origin/develop' into jakpiase/ggemm_multid_two_stage
parents
37febb8d
5f2c89e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
Jenkinsfile
Jenkinsfile
+6
-3
docs/sphinx/requirements.in
docs/sphinx/requirements.in
+1
-1
docs/sphinx/requirements.txt
docs/sphinx/requirements.txt
+1
-1
No files found.
Jenkinsfile
View file @
5a78bce1
...
...
@@ -619,6 +619,8 @@ def process_results(Map conf=[:]){
dir
(
"script"
){
if
(
params
.
RUN_FULL_QA
){
// 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_resnet50_N256.log"
unstash
"perf_resnet50_N4.log"
...
...
@@ -632,8 +634,6 @@ def process_results(Map conf=[:]){
unstash
"perf_onnx_gemm.log"
unstash
"perf_mixed_gemm.log"
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
{
// unstash perf files to master
...
...
@@ -645,10 +645,13 @@ def process_results(Map conf=[:]){
}
}
catch
(
e
){
echo
"
t
hrowing error exception while processing performance test results"
echo
"
T
hrowing error exception while processing performance test results"
echo
'Exception occurred: '
+
e
.
toString
()
throw
e
}
finally
{
echo
"Finished processing performance test results"
}
}
}
}
...
...
docs/sphinx/requirements.in
View file @
5a78bce1
rocm-docs-core==0.3
7
.0
rocm-docs-core==0.3
8
.0
sphinxcontrib-bibtex==2.6.2
docs/sphinx/requirements.txt
View file @
5a78bce1
...
...
@@ -111,7 +111,7 @@ requests==2.31.0
# via
# pygithub
# sphinx
rocm-docs-core==0.3
7
.0
rocm-docs-core==0.3
8
.0
# via -r requirements.in
six==1.16.0
# via
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment