"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "b3594a8352809c7b2a5db220f44def6e9079870e"
Commit 0bcea51e authored by Aviral Goel's avatar Aviral Goel
Browse files

hardcoded perf files names

parent 29763aa1
...@@ -353,10 +353,10 @@ def cmake_build(Map conf=[:]){ ...@@ -353,10 +353,10 @@ def cmake_build(Map conf=[:]){
try{ try{
archiveArtifacts "perf_tile_flex_attn_*.log" archiveArtifacts "perf_tile_flex_attn_*.log"
if (arch_type == 1){ if (arch_type == 1){
stash includes: "perf_tile_flex_attn_**_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){ else if (arch_type == 2){
stash includes: "perf_tile_flex_attn_**_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){ catch(Exception err){
......
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