onnxruntime/js/web/test
Yulong Wang 89da5a0108
[js/webgpu] exclude WebGPU reduce_log_sum_exp_* float64 test cases (#17472)
### Description

as explained in the comments, tests "test_reduce_log_sum_exp_*" on
opset17/opset18 are excluded because they use float64.

They are passing now because they fallback to CPU. WebGPU does not
support f64.


This is one of the prerequisites for supporting IO binding for WebGPU
buffer in onnxruntime-web.

list of prerequisites PRs:
https://github.com/microsoft/onnxruntime/pull/17465
https://github.com/microsoft/onnxruntime/pull/17469
https://github.com/microsoft/onnxruntime/pull/17470
https://github.com/microsoft/onnxruntime/pull/17472 (this one)
2023-09-08 17:03:04 -07:00
..
data/ops [js/webgpu] Include Support for neg.int32 (#17374) 2023-09-06 12:00:16 -07:00
e2e [js/web] enable webgpu in browser unit test (#16310) 2023-08-08 11:45:04 -07:00
unittests [js] upgrade async@3.2.3 /js/ (#11421) 2022-05-03 23:41:36 -07:00
op-test-schema.json [js/web] allow optional input/output in operator test (#17184) 2023-08-16 11:50:11 -07:00
suite-test-list.jsonc [js/webgpu] exclude WebGPU reduce_log_sum_exp_* float64 test cases (#17472) 2023-09-08 17:03:04 -07:00
test-main.ts [js/web] a few optimizations for test runner (#17174) 2023-08-15 21:00:23 -07:00
test-runner.ts [JS/Web] Added SkipLayerNormalization operator. (#17102) 2023-08-18 09:59:03 -07:00
test-shared.ts [js/web] fix nodejs detection (#16400) 2023-06-20 00:20:58 -07:00
test-types.ts [js/api] introducing IO binding for tensor (#16452) 2023-08-29 12:58:26 -07:00