Skip to content

Commit

Permalink
ci: Disable FlashAttention-2 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Mar 1, 2024
1 parent d4939aa commit eeeb1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/snitch_cluster/sw/fdiv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]

0 comments on commit eeeb1a2

Please sign in to comment.