mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
Add CK_TILE tests to daily CI builds. (#1381)
* add ck_tile tests to CI
* build and run ck_tile tests on gfx90a and gfx942 in parallel
* fix groovy syntax
* turn ck_tile tests OFF by default
* skip creating the build folder
* build ck_tile examples with 64 threads
* build ck_tile examples with cmake-ck-dev.sh script
* add video group to docker on mi300
* do not retry to rebuild the early CI stages
* help prevent jenkins false failure
* restore cron trigger
[ROCm/composable_kernel commit: 98a01bbc72]
This commit is contained in:
0
example/ck_tile/01_fmha/script/benchmark_bwd.sh
Normal file → Executable file
0
example/ck_tile/01_fmha/script/benchmark_bwd.sh
Normal file → Executable file
3
example/ck_tile/01_fmha/script/smoke_test_bwd.sh
Normal file → Executable file
3
example/ck_tile/01_fmha/script/smoke_test_bwd.sh
Normal file → Executable file
@@ -8,7 +8,7 @@ export CK_WARMUP=0
|
||||
export CK_REPEAT=1
|
||||
|
||||
COMMON_ARGS='-v=1'
|
||||
|
||||
set -x
|
||||
for prec in "fp16" "bf16" ; do
|
||||
for perm in 0 1 ; do
|
||||
for hdim in 32 64 128 ; do
|
||||
@@ -31,3 +31,4 @@ done
|
||||
done
|
||||
done
|
||||
done
|
||||
set +x
|
||||
|
||||
@@ -10,7 +10,7 @@ export CK_REPEAT=1
|
||||
COMMON_ARGS='-v=1 -warmup=0 -repeat=1'
|
||||
# mode=0
|
||||
# export HIP_VISIBLE_DEVICES=4
|
||||
|
||||
set -x
|
||||
for prec in "fp16" "bf16" ; do
|
||||
for mode in 1 0 ; do
|
||||
for perm in 0 1 ; do
|
||||
@@ -40,6 +40,7 @@ done
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
for perm in 0 1 ; do
|
||||
for bias in "n" "e" "a" ; do
|
||||
for b in 1 2 ; do
|
||||
@@ -49,3 +50,4 @@ done
|
||||
done
|
||||
done
|
||||
done
|
||||
set +x
|
||||
|
||||
Reference in New Issue
Block a user