You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Does not support graphs with partitions (partial delegation).
267
267
4. Does not support LLM models.
268
268
5. Does not support graphs with multiple methods.
269
-
270
-
271
-
## ExecuTorch QNN HTP Heap Profiling
272
-
273
-
Measures DSP memory usage when using context binary models on the HTP backend.
274
-
275
-
### Introduction
276
-
277
-
DSP heap profiling is available for `QnnContext_createFromBinary` use-cases. It captures total DSP heap usage at two checkpoints:
278
-
279
-
-**Before the first context is created** (`before_context_created`)
280
-
-**After the last context is freed** (`after_context_freed`)
281
-
282
-
The difference between the two values represents heap consumed during context execution. The value after freeing is typically equal to or greater than before creation.
0 commit comments