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
57c2e47d
Unverified
Commit
57c2e47d
authored
Dec 06, 2022
by
Chao Liu
Committed by
GitHub
Dec 06, 2022
Browse files
Merge branch 'develop' into lwpck-532_gemm
parents
a6350788
d072790f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Jenkinsfile
Jenkinsfile
+3
-3
No files found.
Jenkinsfile
View file @
57c2e47d
...
@@ -618,9 +618,9 @@ pipeline {
...
@@ -618,9 +618,9 @@ pipeline {
stage
(
'Clang Format'
)
{
stage
(
'Clang Format'
)
{
agent
{
label
rocmnode
(
"nogpu"
)
}
agent
{
label
rocmnode
(
"nogpu"
)
}
environment
{
environment
{
execute_cmd
=
"find .. -iname \'*.h\' \
execute_cmd
=
"find ..
-not -path \'*.git*\'
-iname \'*.h\' \
-o -iname \'*.hpp\' \
-o
-not -path \'*.git*\'
-iname \'*.hpp\' \
-o -iname \'*.cpp\' \
-o
-not -path \'*.git*\'
-iname \'*.cpp\' \
-o -iname \'*.h.in\' \
-o -iname \'*.h.in\' \
-o -iname \'*.hpp.in\' \
-o -iname \'*.hpp.in\' \
-o -iname \'*.cpp.in\' \
-o -iname \'*.cpp.in\' \
...
...
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