Commit 8dda7d9
add logger.warning to avoid possible oom conditions (#2489)
### What this PR does / why we need it?
after capturing graph, the available memory on each NPU would be scarce,
so we introduce this warning log to remind users.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
by ci.
---------
Signed-off-by: zouyida <[email protected]>
Co-authored-by: zouyida <[email protected]>1 parent 81f3b9c commit 8dda7d9
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2189 | 2189 | | |
2190 | 2190 | | |
2191 | 2191 | | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2192 | 2202 | | |
2193 | 2203 | | |
2194 | 2204 | | |
| |||
0 commit comments