[JS/WegGPU] Initial changes to support wasm64. #21260
satyajandhyala
marked this pull request as ready for review 1 year ago
satyajandhyala
changed the title [WIP][JS/WegGPU] Initial changes to support wasm64. [JS/WegGPU] Initial changes to support wasm64. 1 year ago
Initial changes to support wasm64.
60cd3db4
Lint
95d1707b
Add missing files.
b8d5db7a
Revert changes to conv3d_native_webgpu.ts
4726758c
Set ASYNCIFY=1 with MEMORY64.
7001f395
Added Chrome Canary as a browser option.
29fc6c00
Use wasm.PTR_SIZE instead of hardcoding to 4.
a6357e5d
Modified SIGNATURE_CONVERSION for OrtCreateTensor.
37a6d157
Fix data type.
acc7e5a5
Use etValue/etValue instead of directly accessing heap.
3b46edd9
Use uintptr_t instead of uint32_t.
edcaa648
Removed WASM_MEMORY64 macro
05d04260
Clean up
af8a685f
Fix OrtRun integer arguments type.
757229d4
Added Number type conversions.
343f8123
Number type conversion.
7862a8ff
Added ASYNCIFY_IMPORT, and signature convertions.
0b4b0408
Removed unused settings.
786b58cd
Added missing function in SIGNATURE_CONVERSIONS.
4523acc3
clean-up
4d563c35
Miscellaneous edits.
5f504c53
Use Number cast to jsepRunKernel
5e07c970
Use uint32_t instead of size_t.
c8b7d205
Revert unnecessary compiler flags.
a31c5de3
Fixed SIGNATURE_CONVERSIONS
bfbb2d6d
minor change
603013c0
lint
ab919147
Revert changes to gemm.h
a4fad865
Keep static assertion guarded by ifdef.
11bbf268
Switch back to using size_t instead of uint32_t
939a7404
Specify setValue/getValue type argument 'i32' or 'i64' based on wasm3…
b3aaea93
Enable exception catching with wasm64
07d6e3ea
Convert dims to Number
b8bf40d6
Make Ort api functions return
33e6f54d
Modified SIGNATURE_CONVERSIONS.
b6604c62
satyajandhyala
marked this pull request as ready for review 1 year ago
Fixed ORT api functions return type consistently
3bf0347a
Skip jsepDownload
8b1be685
satyajandhyala
marked this pull request as ready for review 1 year ago
Merge branch 'main' of github.com:microsoft/onnxruntime into sajandhy…
3d78ac8f
Remove unnecessary SIGNATURE_CONVERSIONS.
ea944ff9
Check return value
523527e9
Lint/format
cd5ed5c6
Merge branch 'main' of github.com:microsoft/onnxruntime into sajandhy…
993273b4
Revert "Remove unnecessary SIGNATURE_CONVERSIONS."
80f3f497
Revert "Skip jsepDownload"
26d5dda4
Merge branch 'main' of github.com:microsoft/onnxruntime into sajandhy…
9f1e6cb8
User Number convertion.
e8bc234e
Merge branch 'main' of github.com:microsoft/onnxruntime into sajandhy…
0b70e666
Merge branch 'main' of github.com:microsoft/onnxruntime into sajandhy…
d07c3a49
Added Number conversion
bcfb312b
Formatting and other minor changes.
8a7ecdb3
Merge branch 'main' into sajandhy/webgpu_support_64_bit_integer
ca37f7f2
satyajandhyala
deleted the sajandhy/webgpu_support_64_bit_integer branch 1 year ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub