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
[L0] Enable Sysman Thru Env by default and have zesInit be optional
- Enable ZES_ENABLE_SYSMAN=1 by default unless
UR_L0_ENABLE_SYSMAN_ENV_DEFAULT==0.
- Allows for Sysman support thru zeInit() without user input.
- Added UR_L0_ENABLE_ZESINIT_DEFAULT to allow for a customer to enable
zesInit over sysman env init if the env allows it.
- NOTE: UR_L0_ENABLE_ZESINIT_DEFAULT=1 requires
UR_L0_ENABLE_SYSMAN_ENV_DEFAULT==0 due to the env overwriting the
zesInit support.
Signed-off-by: Neil R. Spruit <[email protected]>
0 commit comments