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
fbf2c582
Commit
fbf2c582
authored
Feb 03, 2025
by
Aviral Goel
Browse files
fixed typo
parent
3c9e2379
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
Jenkinsfile
Jenkinsfile
+6
-10
No files found.
Jenkinsfile
View file @
fbf2c582
...
...
@@ -713,7 +713,7 @@ def process_results(Map conf=[:]){
}
//launch develop branch daily at 23:00 UT in FULL_QA mode and at 19:00 UT with latest staging compiler version
CRON_SETTINGS
=
BRANCH_NAME
==
"develop"
?
'''0 23 * * * % RUN_FULL_QA=true;ROCMVERSION=6.3;RUN_CK_TILE_FMHA_TESTS=true;
RUN_CK_TILE_FLEX_ATTENSION_TESTS=true
;RUN_CK_TILE_GEMM_TESTS=true
CRON_SETTINGS
=
BRANCH_NAME
==
"develop"
?
'''0 23 * * * % RUN_FULL_QA=true;ROCMVERSION=6.3;RUN_CK_TILE_FMHA_TESTS=true;;RUN_CK_TILE_GEMM_TESTS=true
0 21 * * * % ROCMVERSION=6.3;hipTensor_test=true;RUN_CODEGEN_TESTS=true
0 19 * * * % BUILD_DOCKER=true;DL_KERNELS=true;COMPILER_VERSION=amd-staging;BUILD_COMPILER=/llvm-project/build/bin/clang++;USE_SCCACHE=false;NINJA_BUILD_TRACE=true
0 17 * * * % BUILD_DOCKER=true;DL_KERNELS=true;COMPILER_VERSION=amd-mainline;BUILD_COMPILER=/llvm-project/build/bin/clang++;USE_SCCACHE=false;NINJA_BUILD_TRACE=true
...
...
@@ -794,9 +794,9 @@ pipeline {
defaultValue:
false
,
description:
"Run the ck_tile FMHA tests (default: OFF)"
)
booleanParam
(
name:
"RUN_CK_TILE_FLEX_ATTEN
S
ION_TESTS"
,
name:
"RUN_CK_TILE_FLEX_ATTEN
T
ION_TESTS"
,
defaultValue:
true
,
description:
"Run the ck_tile FLEX ATTENTION tests (default: O
FF
)"
)
description:
"Run the ck_tile FLEX ATTENTION tests (default: O
N
)"
)
booleanParam
(
name:
"RUN_CK_TILE_GEMM_TESTS"
,
defaultValue:
true
,
...
...
@@ -988,20 +988,16 @@ pipeline {
}
}
}
stage
(
"Run RUN_CK_TILE_FLEX_ATTEN
S
ION_TESTS Test"
)
stage
(
"Run RUN_CK_TILE_FLEX_ATTEN
T
ION_TESTS Test"
)
{
parallel
{
stage
(
"Run RUN_CK_TILE_FLEX_ATTEN
S
ION_TESTS Tests on gfx90a"
)
stage
(
"Run RUN_CK_TILE_FLEX_ATTEN
T
ION_TESTS Tests on gfx90a"
)
{
when
{
beforeAgent
true
expression
{
params
.
RUN_CK_TILE_FLEX_ATTEN
S
ION_TESTS
.
toBoolean
()
}
// false
expression
{
params
.
RUN_CK_TILE_FLEX_ATTEN
T
ION_TESTS
.
toBoolean
()
}
// false
}
agent
{
label
rocmnode
(
"gfx90a"
)
}
environment
{
...
...
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