mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
fix web ci: csum tests need fp64 which is not supported on webgpu (#20374)
This commit is contained in:
parent
ee74fb6908
commit
7b017cf9f8
1 changed files with 7 additions and 7 deletions
|
|
@ -465,13 +465,13 @@
|
|||
"test_cos",
|
||||
"test_cosh_example",
|
||||
"test_cosh",
|
||||
"test_cumsum_1d_exclusive",
|
||||
"test_cumsum_1d_reverse_exclusive",
|
||||
"test_cumsum_1d_reverse",
|
||||
"test_cumsum_1d",
|
||||
"test_cumsum_2d_axis_0",
|
||||
"test_cumsum_2d_axis_1",
|
||||
"test_cumsum_2d_negative_axis",
|
||||
// "test_cumsum_1d_exclusive",
|
||||
// "test_cumsum_1d_reverse_exclusive",
|
||||
// "test_cumsum_1d_reverse",
|
||||
// "test_cumsum_1d",
|
||||
// "test_cumsum_2d_axis_0",
|
||||
// "test_cumsum_2d_axis_1",
|
||||
// "test_cumsum_2d_negative_axis",
|
||||
"test_depthtospace_crd_mode_example",
|
||||
"test_depthtospace_crd_mode",
|
||||
"test_depthtospace_dcr_mode",
|
||||
|
|
|
|||
Loading…
Reference in a new issue