-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JS/WebGPU] Support WASM64 #21836
[JS/WebGPU] Support WASM64 #21836
Conversation
I can run my 90 model test to make sure it doesn't break anything on wasm32 as well as a test on wasm64. |
With 3.1.59 emsdk, even a small test case fails if build flag -enable_wasm_memory64 is specified. |
…/webgpu_support_wasm64
…/webgpu_support_wasm64
Let me implement getHeapValue/setHeapValue internally to address perf concern. |
…/webgpu_support_wasm64
…/webgpu_support_wasm64
Planning to add any improvements later. |
### Description Support wasm64 ### Motivation and Context Overcome memory limitations --------- Co-authored-by: Yulong Wang <[email protected]>
### Description Support wasm64 ### Motivation and Context Overcome memory limitations --------- Co-authored-by: Yulong Wang <[email protected]>
### Description Support wasm64 ### Motivation and Context Overcome memory limitations --------- Co-authored-by: Yulong Wang <[email protected]>
### Description Support wasm64 ### Motivation and Context Overcome memory limitations --------- Co-authored-by: Yulong Wang <[email protected]>
Description
Support wasm64
Motivation and Context
Overcome memory limitations