-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
ep:WebGPUort-web webgpu providerort-web webgpu providerfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancementplatform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using template
Description
Describe the feature request
In the WebGPU backend, ORT uses HighPerformance
as default option:
req_adapter_options.powerPreference = wgpu::PowerPreference::HighPerformance; |
ORT could use some runtime flag or environment to dynamically change the option between HighPerformance
and LowPower
.
Describe scenario use case
When user want to use iGPU on a machine which already have a dGPU.
Metadata
Metadata
Assignees
Labels
ep:WebGPUort-web webgpu providerort-web webgpu providerfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancementplatform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using template