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
[webgpu] add usage of ReadonlyAllocator for WebGPU EP (microsoft#25690)
### Description
add usage of `ReadonlyAllocator` for WebGPU EP
### Motivation and Context
`ReadonlyAllocator` is added in microsoft#25348 to allow an EP to register a
separated allocator only use for initializers.
WebGPU EP already has different handling to initializers and
non-initializers, and this change makes WebGPU EP to use the preferred
way to deal with it. Now the allocator depends on the `OrtAllocatorType`
instead of the session initialization status.
0 commit comments