ProcessCvuOptions Struct
Simple process-CVU backend placement for model pre/post stages. More...
Declaration
Included Headers
Public Member Attributes Index
| std::string | pre_run_target = "AUTO" |
| std::string | post_run_target = "AUTO" |
| bool | async = true |
|
Enable the prepared safe async processcvu submit path for model-managed CVU stages. More... | |
Description
Simple process-CVU backend placement for model pre/post stages.
Use this when a model needs the pre-MLA CVU work and post-MLA CVU work on different devices. Accepted tokens are "AUTO", "EV74", and "A65" (case-insensitive, with compatibility aliases handled by the internal resolver).
Example:
Definition at line 213 of file SessionOptions.h.
Public Member Attributes
async
|
Enable the prepared safe async processcvu submit path for model-managed CVU stages.
Default true keeps multi-stage model routes throughput-first; set false, or use the plugin/env kill switches, to force the synchronous fallback.
Definition at line 221 of file SessionOptions.h.
post_run_target
|
Definition at line 215 of file SessionOptions.h.
pre_run_target
|
Definition at line 214 of file SessionOptions.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.