onnxruntime/js/web/lib/wasm
xhcao 9c6ee89fa7
[js/webgpu] fix two errors of attention operator (#21687)
Fix two issues:
(1) scale shall be fp32 instead of f16
(2) Softmax program does not handle the normalized dispatch group values, so if the sequence length is over 65535, the result is not correct for this program.
2024-08-13 09:42:34 -07:00
..
jsep [js/webgpu] fix two errors of attention operator (#21687) 2024-08-13 09:42:34 -07:00
proxy-worker [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
proxy-messages.ts [js/web] revise backend registration (#18715) 2023-12-20 14:45:55 -08:00
proxy-wrapper.ts [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
run-options.ts
session-handler-inference.ts [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
session-handler-training.ts [js/web] revise backend registration (#18715) 2023-12-20 14:45:55 -08:00
session-options.ts [js/webnn] Enable user-supplied MLContext (#20600) 2024-07-08 10:19:39 -07:00
wasm-common.ts [js] changes to allow Float16Array if any polyfill is available (#19305) 2024-02-21 00:31:06 -08:00
wasm-core-impl.ts Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
wasm-factory.ts [js/web] allow load WebAssembly binary from buffer (#21534) 2024-07-29 13:39:38 -07:00
wasm-training-core-impl.ts [js/web] revise backend registration (#18715) 2023-12-20 14:45:55 -08:00
wasm-types.ts [js/webnn] Enable user-supplied MLContext (#20600) 2024-07-08 10:19:39 -07:00
wasm-utils-env.ts [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
wasm-utils-import.ts [js/web] allow build target for non dynamic import (#20898) 2024-06-03 12:33:37 -07:00
wasm-utils-load-file.ts [js/web] optimize module export and deployment (#20165) 2024-05-20 09:51:16 -07:00
wasm-utils.ts