onnxruntime/js/web/lib/wasm/jsep
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
..
webgpu fix resize for fp16 (#19110) 2024-01-12 13:44:28 -08:00
backend-webgpu.ts [js/webgpu] Introduce trace support (#18928) 2024-01-03 10:13:17 -08:00
init.ts [js/webgpu] more fixes for access above 2GB (#19065) 2024-01-12 17:47:37 -08:00
log.ts [js/webgpu] support proxy for webgpu (#15851) 2023-05-15 16:23:13 -07:00
tensor-view.ts [js/web] revise TensorView (#17473) 2023-09-14 21:14:44 -07:00
util.ts [js/webgpu] allow 0 sized tensor for tensor view (#16540) 2023-06-30 12:05:04 -07:00