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
11b7a4db
Unverified
Commit
11b7a4db
authored
Oct 01, 2024
by
Illia Silin
Committed by
GitHub
Oct 01, 2024
Browse files
re-enable the FMHA performance monitoring (#1539)
parent
8e4c3fb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
11b7a4db
...
@@ -320,7 +320,7 @@ def cmake_build(Map conf=[:]){
...
@@ -320,7 +320,7 @@ def cmake_build(Map conf=[:]){
if
(
package_build
==
true
&&
(
env
.
BRANCH_NAME
==
"develop"
||
env
.
BRANCH_NAME
==
"amd-master"
))
{
if
(
package_build
==
true
&&
(
env
.
BRANCH_NAME
==
"develop"
||
env
.
BRANCH_NAME
==
"amd-master"
))
{
archiveArtifacts
artifacts:
"build/*.deb"
,
allowEmptyArchive:
true
,
fingerprint:
true
archiveArtifacts
artifacts:
"build/*.deb"
,
allowEmptyArchive:
true
,
fingerprint:
true
}
}
if
(
params
.
RUN_CK_TILE_TESTS
){
if
(
params
.
RUN_CK_TILE_
FMHA_
TESTS
){
try
{
try
{
archiveArtifacts
"perf_fmha_fwd_*.log"
archiveArtifacts
"perf_fmha_fwd_*.log"
archiveArtifacts
"perf_fmha_bwd_*.log"
archiveArtifacts
"perf_fmha_bwd_*.log"
...
@@ -682,7 +682,7 @@ def process_results(Map conf=[:]){
...
@@ -682,7 +682,7 @@ def process_results(Map conf=[:]){
timeout
(
time:
1
,
unit:
'HOURS'
){
timeout
(
time:
1
,
unit:
'HOURS'
){
try
{
try
{
dir
(
"script"
){
dir
(
"script"
){
if
(
params
.
RUN_CK_TILE_TESTS
){
if
(
params
.
RUN_CK_TILE_
FMHA_
TESTS
){
try
{
try
{
unstash
"perf_fmha_fwd_gfx942.log"
unstash
"perf_fmha_fwd_gfx942.log"
unstash
"perf_fmha_bwd_gfx942.log"
unstash
"perf_fmha_bwd_gfx942.log"
...
...
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