From 0bd76de8a658aa9c239c55533abda322e03ee903 Mon Sep 17 00:00:00 2001 From: "Po-Yen, Chen" Date: Mon, 11 Mar 2024 01:54:48 -0400 Subject: [PATCH] Update executable name in test scripts --- example/ck_tile/01_fmha/script/benchmark.sh | 2 +- example/ck_tile/01_fmha/script/smoke_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ck_tile/01_fmha/script/benchmark.sh b/example/ck_tile/01_fmha/script/benchmark.sh index a8f3a8202c..d8c3407b81 100644 --- a/example/ck_tile/01_fmha/script/benchmark.sh +++ b/example/ck_tile/01_fmha/script/benchmark.sh @@ -1,7 +1,7 @@ #!/bin/sh # TODO: run this script from CK root BUILD=build -EXE=$BUILD/bin/example_fmha_fwd +EXE=$BUILD/bin/tile_example_fmha_fwd VALID=0 for prec in "fp16" "bf16" ; do diff --git a/example/ck_tile/01_fmha/script/smoke_test.sh b/example/ck_tile/01_fmha/script/smoke_test.sh index 7275c9d1b6..012ea42df6 100644 --- a/example/ck_tile/01_fmha/script/smoke_test.sh +++ b/example/ck_tile/01_fmha/script/smoke_test.sh @@ -1,7 +1,7 @@ #!/bin/sh # TODO: run this script from CK root BUILD=build -EXE=$BUILD/bin/example_fmha_fwd +EXE=$BUILD/bin/tile_example_fmha_fwd KNAME=1 export CK_WARMUP=0