Commit 6b8ee6d
authored
Increase the dynamo recompile limit number for the flex attention benchmark testing (#3819)
The default number of Torch Dynamo recompile limit is 8.
The benchmark test cases would fallback to eager mode kernel if the
number is larger than 8.
To increase the number to make sure all the flex attention kernel is
running on Triton kernel.1 parent cfe7c98 commit 6b8ee6d
File tree
2 files changed
+4
-0
lines changed- benchmarks/triton_kernels_benchmark
2 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments