Commit 69ce1ed
fix Fuzz constant OOM for CUDA (#8481)
## Summary
The Fuzz check has been failing for CUDA `compress_gpu` job for a very
long time now (at least a month).
After some investigation, it appears this is because ASAN will mprotect
a very large memory region that conflicts with some address space that
the CUDA driver wants to own, resulting in cudaCtx initialization
failing with OOMs like we've been seeing.
I've run a sample Fuzz workflow with this change and confirmed we are
able to get past context init now.
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 85aad72 commit 69ce1ed
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
| |||
0 commit comments