onnxruntime/js/web/lib
Guenther Schmuelling a756017e9f
[js/webgpu] more fixes for access above 2GB (#19065)
when jsep calls javascript with an index to HEAP8 or HEAP32 the index is
negative when the heap is above 2GB, even if we pass it as uint32_t it
remains negative. So in javascript use >>> 0 to make it unsigned.
2024-01-12 17:47:37 -08:00
..
onnxjs [js] optimize eslint config (#18460) 2023-11-20 12:00:56 -08:00
wasm [js/webgpu] more fixes for access above 2GB (#19065) 2024-01-12 17:47:37 -08:00
backend-onnxjs.ts [js/web/training] runTrainStep implementation (#18006) 2023-11-02 08:32:50 -07:00
backend-wasm-inference.ts Add "glue" between training WASM artifacts and training web (#17474) 2023-10-12 11:16:56 -07:00
backend-wasm-training.ts [js/web/training] runTrainStep implementation (#18006) 2023-11-02 08:32:50 -07:00
backend-wasm.ts [js/webgpu] Introduce trace support (#18928) 2024-01-03 10:13:17 -08:00
build-def.d.ts [WebNN] Enable npm unit tests (#18486) 2024-01-09 10:10:57 -08:00
index.ts [WebNN] Enable npm unit tests (#18486) 2024-01-09 10:10:57 -08:00
version.ts