onnxruntime/java/src
Yulong Wang c5d28cac4d
Initial WebGPU EP checkin (#22318)
### Description

This change introduces the WebGPU EP into ONNX Runtime.

To make the PR as simple as possible, this PR excluded the following:
- C API changes for WebGPU EP
- actual implementation of WebGPU EP. Currently in this PR, WebGPU is a
stub implementation that does not register any kernel.
- Python IO Binding update
- Node.js IO Binding update

This PR now contains only 43 file changes (while the working branch
contains 130+) and hopefully this makes it easier to review.

There is going to be separated PRs for each mentioned above.

Current working branch: #21904
2024-10-08 16:10:46 -07:00
..
main Initial WebGPU EP checkin (#22318) 2024-10-08 16:10:46 -07:00
test Increanse TensorRT tolerance from default 1e-5 to 1e-3 after TRT 10.4 (#22321) 2024-10-05 18:06:06 +10:00