Commit e782aff
demo.py: cap diffuse n_steps_list on CI to prevent GPU timeout
The diffuse_python_loop benchmark with ns=500 does 4 × 500 Metal
round-trips (laplacian + saxpy) on a 512×512 grid = 2 000 command-buffer
pairs per benchmark run. The CI paravirtual GPU times out and SIGSEGVs
during this loop (confirmed: crash at cell 28, after cell 26 N-body
benchmark completed fine).
Cap to [10, 50] steps on CI; full [10, 50, 100, 500] runs locally.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d926638 commit e782aff
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| 712 | + | |
| 713 | + | |
712 | 714 | | |
713 | | - | |
| 715 | + | |
714 | 716 | | |
715 | 717 | | |
716 | 718 | | |
| |||
0 commit comments