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
f6bf37f5
"example/01_gemm/gemm_dl_fp32.cpp" did not exist on "63eee2d9991b08ca286f6895dd8f90da12a62da3"
Commit
f6bf37f5
authored
Feb 04, 2025
by
Aviral Goel
Browse files
fixed typo in perf name
parent
1507fcfb
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 @
f6bf37f5
...
...
@@ -353,10 +353,10 @@ def cmake_build(Map conf=[:]){
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"
stash
includes:
"perf_tile_flex_attn_**_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_log_gfx942"
stash
includes:
"perf_tile_flex_attn_**_gfx942.log"
,
name:
"perf_tile_flex_attn_log_gfx942"
}
}
catch
(
Exception
err
){
...
...
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