onnxruntime/tools/ci_build/github
Yulong Wang 4712009f8a
[js/web] add target ort.webgpu.min.js (#15780)
### Description
add target ort.webgpu.min.js

WebGPU is experimental feature, so I don't want to put webgpu into the
ort.min.js file. This change adds 2 ways for users to access ort-web
with webgpu:
- using script tag: by URL
`https://cdn.jsdelivr.net/npm/onnxruntime-web@1.15.0/dist/ort.webgpu.min.js`
( this URL is not ready yet )
- using `import()`: use `import { Tensor, InferenceSession } from
'onnxruntime-web/webgpu';` - 'onnxruntime-web/webgpu' instead of
'onnxruntime-web'
2023-05-04 10:05:39 -07:00
..
android Creating Nuget and Android packages for Training (#15712) 2023-05-01 12:59:56 -07:00
apple Add iOS Swift Package Manager support (#15297) 2023-04-20 16:18:35 +10:00
azure-pipelines [js/web] add target ort.webgpu.min.js (#15780) 2023-05-04 10:05:39 -07:00
js Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
linux Update cmake version in Linux build (#15707) 2023-04-27 20:02:33 -07:00
pai Avoid generating training documentation during packaging (#15795) 2023-05-03 19:09:07 -07:00
windows Creating Nuget and Android packages for Training (#15712) 2023-05-01 12:59:56 -07:00
Doxyfile_csharp.cfg Implement Optional Metadata support and C# test support (#15314) 2023-04-11 09:41:59 -07:00