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
9248f595
Commit
9248f595
authored
Feb 04, 2025
by
Aviral Goel
Browse files
added perf logs for both gpu arch
parent
6253d8d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
Jenkinsfile
Jenkinsfile
+15
-2
No files found.
Jenkinsfile
View file @
9248f595
...
@@ -349,7 +349,20 @@ def cmake_build(Map conf=[:]){
...
@@ -349,7 +349,20 @@ def cmake_build(Map conf=[:]){
echo
"could not locate the requested artifacts: ${err.getMessage()}. will skip the stashing."
echo
"could not locate the requested artifacts: ${err.getMessage()}. will skip the stashing."
}
}
}
}
// TODO: Do we do same for flex attention?
if
(
params
.
RUN_CK_TILE_FLEX_ATTENTION_TESTS
){
try
{
archiveArtifacts
"perf_tile_flex_attn_*.log"
if
(
arch_type
==
1
){
stash
includes:
"perf_tile_flex_attn_**_fp16_gfx90a.log"
,
name:
"perf_tile_flex_attn_log_gfx90a"
}
else
if
(
arch_type
==
2
){
stash
includes:
"perf_tile_flex_attn_**_fp16_gfx942.log"
,
name:
"perf_tile_flex_attn__gfx942"
}
}
catch
(
Exception
err
){
echo
"could not locate the requested artifacts: ${err.getMessage()}. will skip the stashing."
}
}
if
(
params
.
RUN_CK_TILE_GEMM_TESTS
){
if
(
params
.
RUN_CK_TILE_GEMM_TESTS
){
try
{
try
{
archiveArtifacts
"perf_tile_gemm_*.log"
archiveArtifacts
"perf_tile_gemm_*.log"
...
@@ -998,7 +1011,7 @@ pipeline {
...
@@ -998,7 +1011,7 @@ pipeline {
{
{
when
{
when
{
beforeAgent
true
beforeAgent
true
expression
{
params
.
RUN_CK_TILE_FLEX_ATTENTION_TESTS
.
toBoolean
()
}
// false
expression
{
params
.
RUN_CK_TILE_FLEX_ATTENTION_TESTS
.
toBoolean
()
}
}
}
agent
{
label
rocmnode
(
"gfx90a"
)
}
agent
{
label
rocmnode
(
"gfx90a"
)
}
environment
{
environment
{
...
...
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