onnxruntime
afbee6eb - Fix the power mode issue for the case that run from context model (#23330)

Commit
363 days ago
Fix the power mode issue for the case that run from context model (#23330) ### Description Set power config id and the default power mode from provider option (if there is) for main thread, otherwise it will mess up the power mode if user just create session without run it. The issue fixed by this PR is: Process 1 just creates the session without run it. Then, start process 2 which creates the session and run it with power saver mode. The result is with burst power mode.
Author
Parents
Loading