mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
Renaming the test_hstu_attention_seqlen_kv.sh to test_hstu_cross_attention.sh
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUILD=build
|
||||
EXE="$BUILD/bin/tile_example_hstu_attention"
|
||||
|
||||
USE_SOFTMAX=0
|
||||
if [ $# -ge 1 ]; then
|
||||
USE_SOFTMAX=$1
|
||||
fi
|
||||
|
||||
if [ $USE_SOFTMAX -eq 1 ]; then
|
||||
EXE="$BUILD/bin/tile_example_hstu_attention -softmax=1"
|
||||
else
|
||||
EXE="$BUILD/bin/tile_example_hstu_attention"
|
||||
fi
|
||||
|
||||
for T in "fp16" "bf16"; do
|
||||
set -x
|
||||
Reference in New Issue
Block a user