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
Commits
127bf7f4
"...composable_kernel_rocm.git" did not exist on "4634b120439d6cbb97eaa93a503b0d8ebd48b63a"
Commit
127bf7f4
authored
Jul 29, 2022
by
illsilin
Browse files
launch QA on develop branch and update profile_reduce script
parent
99679c5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Jenkinsfile
Jenkinsfile
+1
-1
script/profile_reduce_no_index.sh
script/profile_reduce_no_index.sh
+2
-2
No files found.
Jenkinsfile
View file @
127bf7f4
...
...
@@ -378,7 +378,7 @@ def process_results(Map conf=[:]){
}
//launch develop branch daily at 23:00 in FULL_QA mode
CRON_SETTINGS
=
BRANCH_NAME
==
"
lwpck-367
"
?
'''0 23 * * * % RUN_FULL_QA=true;USE_9110=true'''
:
""
CRON_SETTINGS
=
BRANCH_NAME
==
"
develop
"
?
'''0 23 * * * % RUN_FULL_QA=true;USE_9110=true'''
:
""
pipeline
{
agent
none
...
...
script/profile_reduce_no_index.sh
View file @
127bf7f4
...
...
@@ -16,10 +16,10 @@ elif [ -n $PRECISION ] && [ "$PRECISION" = "--int8" ]; then
fi
#### 0 - ADD, 5 - AVG, 7 - NORM2
Operations
=
"0 5
7
"
Operations
=
"0 5"
#### 0 - ADD, 5 - AVG, for int8, no NORM2 supported
if
[
-n
$PRECISION
]
&&
[
"
$PRECISION
"
=
"--int8"
]
;
then
if
[
-n
$PRECISION
]
&&
[
"
$PRECISION
"
=
"--int8"
-o
"
$PRECISION
"
=
"--half"
]
;
then
Operations
=
5
fi
...
...
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