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
36dcda11
"...composable_kernel.git" did not exist on "f5ec04f091fa5c48c67d7bacec36a414d0be06a5"
Unverified
Commit
36dcda11
authored
Dec 06, 2022
by
Chao Liu
Committed by
GitHub
Dec 06, 2022
Browse files
Merge branch 'develop' into modified_half_function_in_math_v2.hpp
parents
8f631a09
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 @
36dcda11
...
@@ -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