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
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
* **Unsupported scenario**: Plugin can not register multiple graph optimizers.
128
+
* **Supported scenario**: Registering graph optimizer without pluggable device.
129
129
130
-
To simplify multiple optimizers coordination and avoid optimization conflict, multiple optimizers cannot register to the same device type. If more than one optimizer is registered to the same device type, these optimizers's initialization would fail due to registration conflict. Users need to manually select which optimizer they want to use by unloading the conflicting plugin.
* **Undefined scenario**: Registering graph optimizer without pluggable device.
134
+
* **Unsupported scenario**: Plugin can not register multiple graph optimizers.
136
135
136
+
To simplify multiple optimizers coordination and avoid optimization conflict, multiple optimizers cannot register to the same device type. If more than one optimizer is registered to the same device type, these optimizers's initialization would fail due to registration conflict. Users need to manually select which optimizer they want to use by unloading the conflicting plugin.
0 commit comments