-
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/WegGPU] Initial changes to support wasm64. #21260
Conversation
@dakenf, I have some changes from your PR to enable wasm64. I am running into the following error Using either of the following commands: |
@dakenf Is there any compiler option requires. I have commented-out protc target options in onnxruntime-webassembly.cmake |
4e5cd1d
to
018f1c9
Compare
@fs-eire I enabled JSPI in ChromeCanary browser and npx uses ChromeCanary instead of Chrome. Still I am getting the error saying that the environment does not support JSPI. Any idea? |
018f1c9
to
3ea20e9
Compare
deb72fe
to
640c5ce
Compare
I have to pass enable-wasm-memorry64 option as follows to overcome the above mentioned error using --js-flags settings |
/azp run Big Models Linux Android Emulator QNN CI Pipeline Linux CPU CI Pipeline Linux CPU Minimal Build E2E CI Pipeline Linux GPU CI Pipeline Linux OpenVINO CI Pipeline Linux QNN CI Pipeline MacOS CI Pipeline |
No pipelines are associated with this pull request. |
Opened a new PR with changed branch name. |
Description
Changes to support wasm64.
Motivation and Context