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
This commit is contained in:
Illia Silin
2024-07-11 13:22:40 -07:00
committed by GitHub
parent f914c228c6
commit 98a01bbc72
4 changed files with 66 additions and 5 deletions

0
example/ck_tile/01_fmha/script/benchmark_bwd.sh Normal file → Executable file
View File

3
example/ck_tile/01_fmha/script/smoke_test_bwd.sh Normal file → Executable file
View 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

View File

@@ -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