Commit 2efe635
fix(workflow): π let auto tiling target the segment GPU's VRAM (#27)
Tile planning (prepare) runs on a CPU node, so it cannot query the
segment GPU and falls back to an 8 GiB guess, logging "GPU memory query
failed". Add a gpu_memory_gb config option forwarded to
auto_tile_shape_cellpose so tiles are sized for the real GPU (e.g. 24,
40, 80) without a query or warning. null keeps the previous behaviour.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent babe396 commit 2efe635
15 files changed
Lines changed: 13 additions & 11 deletions
File tree
- docs/guide
- workflow
- .snakemake
- iocache
- metadata
- config
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
Binary file not shown.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments