Describe the feature request
It's a requirement from Google to improve the chromium security:
As mentioned in https://issues.chromium.org/issues/546082703:
WebGPU EP should also enable the lazy_clear_resource_on_first_use option to mitigate potential information leakage when a kernel does not completely initialize a GPU buffer.
We may need a PR similar to #31971 which exposes the enableRobustness provider option
Ningxin Hu (@huningxin) Belem Zhang (@ibelem) Jiajia Qin (@qjia7)
Describe scenario use case
WebNN will rely on WebGPU EP on ORT backend.
Describe the feature request
It's a requirement from Google to improve the chromium security:
As mentioned in https://issues.chromium.org/issues/546082703:
WebGPU EP should also enable the lazy_clear_resource_on_first_use option to mitigate potential information leakage when a kernel does not completely initialize a GPU buffer.
We may need a PR similar to #31971 which exposes the enableRobustness provider option
Ningxin Hu (@huningxin) Belem Zhang (@ibelem) Jiajia Qin (@qjia7)
Describe scenario use case
WebNN will rely on WebGPU EP on ORT backend.