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
3068d5c0
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "5f0c56d0ca570a14bead7180d87744cb1b73135b"
Commit
3068d5c0
authored
Aug 08, 2024
by
illsilin
Browse files
remove separate stage for codegen tests from CI
parent
d92f7414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
Jenkinsfile
Jenkinsfile
+0
-31
No files found.
Jenkinsfile
View file @
3068d5c0
...
@@ -719,10 +719,6 @@ pipeline {
...
@@ -719,10 +719,6 @@ pipeline {
name:
"RUN_PERFORMANCE_TESTS"
,
name:
"RUN_PERFORMANCE_TESTS"
,
defaultValue:
true
,
defaultValue:
true
,
description:
"Run the performance tests (default: ON)"
)
description:
"Run the performance tests (default: ON)"
)
booleanParam
(
name:
"RUN_CODEGEN_TESTS"
,
defaultValue:
true
,
description:
"Run the codegen tests (default: ON)"
)
booleanParam
(
booleanParam
(
name:
"RUN_CK_TILE_TESTS"
,
name:
"RUN_CK_TILE_TESTS"
,
defaultValue:
false
,
defaultValue:
false
,
...
@@ -809,33 +805,6 @@ pipeline {
...
@@ -809,33 +805,6 @@ pipeline {
}
}
}
}
}
}
stage
(
"Run Codegen Tests"
)
{
parallel
{
stage
(
"Run Codegen Tests on gfx90a"
)
{
when
{
beforeAgent
true
expression
{
params
.
RUN_CODEGEN_TESTS
.
toBoolean
()
}
}
agent
{
label
rocmnode
(
"gfx90a"
)}
environment
{
setup_args
=
"NO_CK_BUILD"
execute_args
=
""" cd ../codegen && rm -rf build && mkdir build && cd build && \
cmake -D CMAKE_PREFIX_PATH=/opt/rocm \
-D CMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/clang++ \
-D CMAKE_BUILD_TYPE=Release \
-D GPU_TARGETS="gfx90a" \
-DCMAKE_CXX_FLAGS=" -O3 " .. && make -j check"""
}
steps
{
buildHipClangJobAndReboot
(
setup_args:
setup_args
,
no_reboot:
true
,
build_type:
'Release'
,
execute_cmd:
execute_args
)
cleanWs
()
}
}
}
}
stage
(
"Run CK_TILE Tests"
)
stage
(
"Run CK_TILE Tests"
)
{
{
parallel
parallel
...
...
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