Commit 25cf2c5
Fix OOM in DEQUANTIZE_TO_FP32 E2E benchmark test
Use MemorySegmentTensorDataFactory for off-heap FP32 weight storage and
increase MaxDirectMemorySize to 12g so multiple large-model tests can
run in the same JVM without exhausting direct buffer memory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3941d7e commit 25cf2c5
2 files changed
Lines changed: 8 additions & 3 deletions
File tree
- skainet-apps/skainet-kllama
- src/jvmTest/kotlin/sk/ainet/apps/kllama
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
262 | 267 | | |
263 | 268 | | |
264 | 269 | | |
0 commit comments