From eeeb1a21109342851b33eb8bdbed14d78282c1f3 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Thu, 22 Feb 2024 14:26:02 +0100 Subject: [PATCH] ci: Disable FlashAttention-2 kernel --- target/snitch_cluster/sw/fdiv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/snitch_cluster/sw/fdiv.yaml b/target/snitch_cluster/sw/fdiv.yaml index f4d1e2302..c4e64a7be 100644 --- a/target/snitch_cluster/sw/fdiv.yaml +++ b/target/snitch_cluster/sw/fdiv.yaml @@ -9,5 +9,5 @@ runs: cmd: [../../../sw/dnn/layernorm/verify.py, "${sim_bin}", "${elf}"] - elf: apps/dnn/gelu/build/gelu.elf cmd: [../../../sw/dnn/gelu/verify.py, "${sim_bin}", "${elf}"] - - elf: apps/dnn/flashattention_2/build/flashattention_2.elf - cmd: [../../../sw/dnn/flashattention_2/verify.py, "${sim_bin}", "${elf}"] + # - elf: apps/dnn/flashattention_2/build/flashattention_2.elf + # cmd: [../../../sw/dnn/flashattention_2/verify.py, "${sim_bin}", "${elf}"]