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
c657f72b
Unverified
Commit
c657f72b
authored
Jan 31, 2025
by
Max Podkorytov
Browse files
remove unused cases from smoke test
parent
b29432f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
example/ck_tile/18_flexattn/script/smoke_test_fwd.sh
example/ck_tile/18_flexattn/script/smoke_test_fwd.sh
+11
-11
No files found.
example/ck_tile/18_flexattn/script/smoke_test_fwd.sh
View file @
c657f72b
...
...
@@ -39,14 +39,14 @@ run_fp16_bf16_tests() {
CACHE_BATCH_IDX
=
"
$CACHE_BATCH_IDX
1"
fi
for
prec
in
"fp16"
"bf16"
;
do
for
mode
in
1
0
;
do
for
perm
in
0
1
;
do
for
vlayout
in
"r"
"c"
;
do
for
prec
in
"bf16"
;
do
for
mode
in
0
;
do
for
perm
in
0
;
do
for
vlayout
in
"r"
;
do
for
hdim
in
32 64 128 256
;
do
for
lse
in
0
1
;
do
for
bias
in
"n"
"e"
"a"
;
do
for
p_drop
in
0.0
0.2
;
do
for
lse
in
0
;
do
for
bias
in
"n"
;
do
for
p_drop
in
0.0
;
do
for
num_splits
in
$NUM_SPLITS
;
do
for
page_block_size
in
$PAGE_BLOCK_SIZE
;
do
for
cache_batch_idx
in
$CACHE_BATCH_IDX
;
do
...
...
@@ -97,10 +97,10 @@ run_fp16_appendkv_tests() {
set
-x
run_fp16_bf16_tests
run_fp8_tests
#
run_fp8_tests
if
[
$TEST_APPENDKV
-eq
1
]
;
then
run_fp16_appendkv_tests
fi
#
if [ $TEST_APPENDKV -eq 1 ] ; then
#
run_fp16_appendkv_tests
#
fi
set
+x
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